Html Css Color HEX #A24136 Cognac

📋 copy color: '#A24136'

red 162 ◦ green 65 ◦ blue 54

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

Shades of Cognac #A24136

Tints of Cognac #A24136

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.13%

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

R = 57.65%
G = 23.13%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#A24136 (or 0xA24136) is known color: Cognac. HEX triplet: A2, 41 and 36. RGB value is (162,65,54). Sum of RGB (Red+Green+Blue) = 162+65+54=281 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.65% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 54 (21.48% from 255 or 19.22% from 281); Max value from RGB is 162 - color contains mainly: red. Hex color #A24136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24136 is #5DBEC9. Grayscale: #5C5C5C. Windows color (decimal): -6143690 or 3555746. OLE color: 3555746.

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

Color convert

RGB 162 65 54 -
CMYK 0 0.60 0.67 0.36
HSL 6.11º 0.5% 0.42% -
HSV(B) 6.11º 0.67% 0.64% -
XYZ 17.46 11.73 4.83 -
YUV 92.75 106.14 177.39 -
System Red Green Blue C M Y K H S L
Decimal 162 65 54 0 0.60 0.67 0.36 6.11 0.5 0.42
Hex A2 41 36 0 3C 43 24 6 32 2A
Octal 242 101 66 0 74 103 44 6 62 52
Binary 10100010 1000001 110110 0 111100 1000011 100100 110 110010 101010

Color Harmonies of #A24136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24136

Black with #A24136

Text Example


Text Example

White with #A24136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24136; }

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

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

background-color css

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

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

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

border-color css

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

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

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