Html Css Color HEX #A04636 Cognac

📋 copy color: '#A04636'

red 160 ◦ green 70 ◦ blue 54

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

Shades of Cognac #A04636

Tints of Cognac #A04636

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.65%

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

R = 56.34%
G = 24.65%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#A04636 (or 0xA04636) is known color: Cognac. HEX triplet: A0, 46 and 36. RGB value is (160,70,54). Sum of RGB (Red+Green+Blue) = 160+70+54=284 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.34% from 284); Green value is 70 (27.73% from 255 or 24.65% from 284); Blue value is 54 (21.48% from 255 or 19.01% from 284); Max value from RGB is 160 - color contains mainly: red. Hex color #A04636 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04636 is #5FB9C9. Grayscale: #5F5F5F. Windows color (decimal): -6273482 or 3557024. OLE color: 3557024.

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

Color convert

RGB 160 70 54 -
CMYK 0 0.56 0.66 0.37
HSL 9.06º 0.5% 0.42% -
HSV(B) 9.06º 0.66% 0.63% -
XYZ 17.35 12.12 4.91 -
YUV 95.09 104.82 174.3 -
System Red Green Blue C M Y K H S L
Decimal 160 70 54 0 0.56 0.66 0.37 9.06 0.5 0.42
Hex A0 46 36 0 38 42 25 9 32 2A
Octal 240 106 66 0 70 102 45 11 62 52
Binary 10100000 1000110 110110 0 111000 1000010 100101 1001 110010 101010

Color Harmonies of #A04636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04636

Black with #A04636

Text Example


Text Example

White with #A04636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04636; }

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

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

background-color css

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

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

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

border-color css

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

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

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