#A24A38

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

Shades of Cognac #A24A38

Tints of Cognac #A24A38

Color information

#A24A38 (or 0xA24A38) is unknown color: approx Cognac. HEX triplet: A2, 4A and 38. RGB value is (162,74,56). Sum of RGB (Red+Green+Blue) = 162+74+56=292 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.48% from 292); Green value is 74 (29.30% from 255 or 25.34% from 292); Blue value is 56 (22.27% from 255 or 19.18% from 292); Max value from RGB is 162 - color contains mainly: red. Hex color #A24A38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24A38 is #5DB5C7. Grayscale: #626262. Windows color (decimal): -6141384 or 3689122. OLE color: 3689122.

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

Color convert

RGB1627456-
CMYK00.540.650.36
HSL10.19º48.62%42.75%-
HSV(B)10.19º65.43%63.53%-
XYZ18.0612.865.27-
YUV98.26104.15173.46-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 55.48%
GREEN value IS 74 (29.30% from 255) = 25.34%
BLUE value IS 56 (22.27% from 255) = 19.18%
R=55.48%
G=25.34%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162745600.540.650.3610.1948.6242.75
HexA24A380364124a312b
Octal2421127006610144126153
Binary101000101001010111000011011010000011001001010110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24A38; }

 p { color: rgb(162,74,56); }

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

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

 a { background-color: rgb(162,74,56); }

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

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

 span { border-color: rgb(162,74,56); }

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