Html Css Color HEX #A04E3C Cognac

📋 copy color: '#A04E3C'

red 160 ◦ green 78 ◦ blue 60

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

Shades of Cognac #A04E3C

Tints of Cognac #A04E3C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.17%

 BLUE value IS 60 (23.83% from 255) = 20.13%

R = 53.69%
G = 26.17%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#A04E3C (or 0xA04E3C) is known color: Cognac. HEX triplet: A0, 4E and 3C. RGB value is (160,78,60). Sum of RGB (Red+Green+Blue) = 160+78+60=298 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.69% from 298); Green value is 78 (30.86% from 255 or 26.17% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A04E3C is #5FB1C3. Grayscale: #646464. Windows color (decimal): -6271428 or 3952288. OLE color: 3952288.

HSL color Cylindrical-coordinate representation of color #A04E3C: hue angle of 10.8º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A04E3C is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 78 60 -
CMYK 0 0.51 0.62 0.37
HSL 10.8º 0.45% 0.43% -
HSV(B) 10.8º 0.63% 0.63% -
XYZ 18.04 13.25 5.88 -
YUV 100.47 105.17 170.46 -
System Red Green Blue C M Y K H S L
Decimal 160 78 60 0 0.51 0.62 0.37 10.8 0.45 0.43
Hex A0 4E 3C 0 33 3E 25 B 2D 2B
Octal 240 116 74 0 63 76 45 13 55 53
Binary 10100000 1001110 111100 0 110011 111110 100101 1011 101101 101011

Color Harmonies of #A04E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04E3C

Black with #A04E3C

Text Example


Text Example

White with #A04E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04E3C; }

 p { color: rgb(160,78,60); }

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

background-color css

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

 a { background-color: rgb(160,78,60); }

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

border-color css

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

 span { border-color: rgb(160,78,60); }

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