Html Css Color HEX #A04237 Cognac

📋 copy color: '#A04237'

red 160 ◦ green 66 ◦ blue 55

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

Shades of Cognac #A04237

Tints of Cognac #A04237

RGB

 RED value IS 160 (62.89% from 255) = 56.94%

 GREEN value IS 66 (26.17% from 255) = 23.49%

 BLUE value IS 55 (21.88% from 255) = 19.57%

R = 56.94%
G = 23.49%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#A04237 (or 0xA04237) is known color: Cognac. HEX triplet: A0, 42 and 37. RGB value is (160,66,55). Sum of RGB (Red+Green+Blue) = 160+66+55=281 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.94% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 55 (21.88% from 255 or 19.57% from 281); Max value from RGB is 160 - color contains mainly: red. Hex color #A04237 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04237 is #5FBDC8. Grayscale: #5C5C5C. Windows color (decimal): -6274505 or 3621536. OLE color: 3621536.

HSL color Cylindrical-coordinate representation of color #A04237: hue angle of 6.29º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A04237 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 66 55 -
CMYK 0 0.59 0.66 0.37
HSL 6.29º 0.49% 0.42% -
HSV(B) 6.29º 0.66% 0.63% -
XYZ 17.14 11.65 4.96 -
YUV 92.85 106.64 175.89 -
System Red Green Blue C M Y K H S L
Decimal 160 66 55 0 0.59 0.66 0.37 6.29 0.49 0.42
Hex A0 42 37 0 3B 42 25 6 31 2A
Octal 240 102 67 0 73 102 45 6 61 52
Binary 10100000 1000010 110111 0 111011 1000010 100101 110 110001 101010

Color Harmonies of #A04237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04237

Black with #A04237

Text Example


Text Example

White with #A04237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04237; }

 p { color: rgb(160,66,55); }

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

background-color css

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

 a { background-color: rgb(160,66,55); }

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

border-color css

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

 span { border-color: rgb(160,66,55); }

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