Html Css Color HEX #A04D3C Cognac

📋 copy color: '#A04D3C'

red 160 ◦ green 77 ◦ blue 60

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

Shades of Cognac #A04D3C

Tints of Cognac #A04D3C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.93%

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

R = 53.87%
G = 25.93%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#A04D3C (or 0xA04D3C) is known color: Cognac. HEX triplet: A0, 4D and 3C. RGB value is (160,77,60). Sum of RGB (Red+Green+Blue) = 160+77+60=297 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.87% from 297); Green value is 77 (30.47% from 255 or 25.93% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 160 - color contains mainly: red. Hex color #A04D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A04D3C is #5FB2C3. Grayscale: #646464. Windows color (decimal): -6271684 or 3952032. OLE color: 3952032.

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

Color convert

RGB 160 77 60 -
CMYK 0 0.52 0.62 0.37
HSL 10.2º 0.45% 0.43% -
HSV(B) 10.2º 0.63% 0.63% -
XYZ 17.97 13.11 5.86 -
YUV 99.88 105.5 170.88 -
System Red Green Blue C M Y K H S L
Decimal 160 77 60 0 0.52 0.62 0.37 10.2 0.45 0.43
Hex A0 4D 3C 0 34 3E 25 A 2D 2B
Octal 240 115 74 0 64 76 45 12 55 53
Binary 10100000 1001101 111100 0 110100 111110 100101 1010 101101 101011

Color Harmonies of #A04D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04D3C

Black with #A04D3C

Text Example


Text Example

White with #A04D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04D3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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