Html Css Color HEX #A24336 Cognac

📋 copy color: '#A24336'

red 162 ◦ green 67 ◦ blue 54

#A24336
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cognac #A24336

Tints of Cognac #A24336

RGB

 RED value IS 162 (63.67% from 255) = 57.24%

 GREEN value IS 67 (26.56% from 255) = 23.67%

 BLUE value IS 54 (21.48% from 255) = 19.08%

R = 57.24%
G = 23.67%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#A24336 (or 0xA24336) is known color: Cognac. HEX triplet: A2, 43 and 36. RGB value is (162,67,54). Sum of RGB (Red+Green+Blue) = 162+67+54=283 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.24% from 283); Green value is 67 (26.56% from 255 or 23.67% from 283); Blue value is 54 (21.48% from 255 or 19.08% from 283); Max value from RGB is 162 - color contains mainly: red. Hex color #A24336 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24336 is #5DBCC9. Grayscale: #5E5E5E. Windows color (decimal): -6143178 or 3556258. OLE color: 3556258.

HSL color Cylindrical-coordinate representation of color #A24336: hue angle of 7.22º 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 #A24336 is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 67 54 -
CMYK 0 0.59 0.67 0.36
HSL 7.22º 0.5% 0.42% -
HSV(B) 7.22º 0.67% 0.64% -
XYZ 17.57 11.96 4.87 -
YUV 93.92 105.47 176.56 -
System Red Green Blue C M Y K H S L
Decimal 162 67 54 0 0.59 0.67 0.36 7.22 0.5 0.42
Hex A2 43 36 0 3B 43 24 7 32 2A
Octal 242 103 66 0 73 103 44 7 62 52
Binary 10100010 1000011 110110 0 111011 1000011 100100 111 110010 101010

Color Harmonies of #A24336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24336

Black with #A24336

Text Example


Text Example

White with #A24336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24336; }

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

 H1.HeaderClassName
 {
   color: #A24336;
 }
 .AnyTagClassName
 {
   color: #A24336;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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