#A24536

Color #A24536 Cognac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cognac #A24536

Tints of Cognac #A24536

Color information

#A24536 (or 0xA24536) is unknown color: approx Cognac. HEX triplet: A2, 45 and 36. RGB value is (162,69,54). Sum of RGB (Red+Green+Blue) = 162+69+54=285 (37% of max value = 765). Red value is 162 (63.67% from 255 or 56.84% from 285); Green value is 69 (27.34% from 255 or 24.21% from 285); Blue value is 54 (21.48% from 255 or 18.95% from 285); Max value from RGB is 162 - color contains mainly: red. Hex color #A24536 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24536 is #5DBAC9. Grayscale: #5F5F5F. Windows color (decimal): -6142666 or 3556770. OLE color: 3556770.

HSL color Cylindrical-coordinate representation of color #A24536: hue angle of 8.33º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A24536 is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB1626954-
CMYK00.570.670.36
HSL8.33º50%42.35%-
HSV(B)8.33º66.67%63.53%-
XYZ17.6912.24.91-
YUV95.1104.81175.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 162 (63.67% from 255) = 56.84%
GREEN value IS 69 (27.34% from 255) = 24.21%
BLUE value IS 54 (21.48% from 255) = 18.95%
R=56.84%
G=24.21%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162695400.570.670.368.335042.35
HexA2453603943248322a
Octal2421056607110344106252
Binary101000101000101110110011100110000111001001000110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24536; }

 p { color: rgb(162,69,54); }

 H1.HeaderClassName
 {
   color: #A24536;
 }
 .AnyTagClassName
 {
   color: #A24536;
 }
</style>
background-color css

<style>
 a { background-color: #A24536; }

 a { background-color: rgb(162,69,54); }

 div.DivClassName
 {
   background-color: #A24536;
 }
 .BgClassName
 {
   background-color: #A24536;
 }
</style>
border-color css

<style>
 span { border-color: #A24536; }

 span { border-color: rgb(162,69,54); }

 td.TdClassName
 {
   border-color: #A24536;
 }
 .TagClassName
 {
   border-color: #A24536;
 }
</style>