Html Css Color HEX #A04436 Cognac

📋 copy color: '#A04436'

red 160 ◦ green 68 ◦ blue 54

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

Shades of Cognac #A04436

Tints of Cognac #A04436

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.11%

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

R = 56.74%
G = 24.11%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#A04436 (or 0xA04436) is known color: Cognac. HEX triplet: A0, 44 and 36. RGB value is (160,68,54). Sum of RGB (Red+Green+Blue) = 160+68+54=282 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.74% from 282); Green value is 68 (26.95% from 255 or 24.11% from 282); Blue value is 54 (21.48% from 255 or 19.15% from 282); Max value from RGB is 160 - color contains mainly: red. Hex color #A04436 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04436 is #5FBBC9. Grayscale: #5E5E5E. Windows color (decimal): -6273994 or 3556512. OLE color: 3556512.

HSL color Cylindrical-coordinate representation of color #A04436: hue angle of 7.92º degrees, saturation: 0.5, 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 #A04436 is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 68 54 -
CMYK 0 0.57 0.66 0.37
HSL 7.92º 0.5% 0.42% -
HSV(B) 7.92º 0.66% 0.63% -
XYZ 17.23 11.87 4.87 -
YUV 93.91 105.48 175.14 -
System Red Green Blue C M Y K H S L
Decimal 160 68 54 0 0.57 0.66 0.37 7.92 0.5 0.42
Hex A0 44 36 0 39 42 25 8 32 2A
Octal 240 104 66 0 71 102 45 10 62 52
Binary 10100000 1000100 110110 0 111001 1000010 100101 1000 110010 101010

Color Harmonies of #A04436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04436

Black with #A04436

Text Example


Text Example

White with #A04436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04436; }

 p { color: rgb(160,68,54); }

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

background-color css

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

 a { background-color: rgb(160,68,54); }

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

border-color css

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

 span { border-color: rgb(160,68,54); }

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