#A24D3B

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

Shades of Cognac #A24D3B

Tints of Cognac #A24D3B

Color information

#A24D3B (or 0xA24D3B) is unknown color: approx Cognac. HEX triplet: A2, 4D and 3B. RGB value is (162,77,59). Sum of RGB (Red+Green+Blue) = 162+77+59=298 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.36% from 298); Green value is 77 (30.47% from 255 or 25.84% from 298); Blue value is 59 (23.44% from 255 or 19.80% from 298); Max value from RGB is 162 - color contains mainly: red. Hex color #A24D3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A24D3B is #5DB2C4. Grayscale: #646464. Windows color (decimal): -6140613 or 3886498. OLE color: 3886498.

HSL color Cylindrical-coordinate representation of color #A24D3B: hue angle of 10.49º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A24D3B is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.36.

Color convert

RGB1627759-
CMYK00.520.640.36
HSL10.49º46.61%43.33%-
HSV(B)10.49º63.58%63.53%-
XYZ18.3413.35.74-
YUV100.36104.66171.96-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54.36%
GREEN value IS 77 (30.47% from 255) = 25.84%
BLUE value IS 59 (23.44% from 255) = 19.80%
R=54.36%
G=25.84%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162775900.520.640.3610.4946.6143.33
HexA24D3B0344024a2f2b
Octal2421157306410044125753
Binary101000101001101111011011010010000001001001010101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24D3B; }

 p { color: rgb(162,77,59); }

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

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

 a { background-color: rgb(162,77,59); }

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

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

 span { border-color: rgb(162,77,59); }

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