Html Css Color HEX #A04C3C Cognac

📋 copy color: '#A04C3C'

red 160 ◦ green 76 ◦ blue 60

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

Shades of Cognac #A04C3C

Tints of Cognac #A04C3C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.68%

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

R = 54.05%
G = 25.68%
B = 20.27%

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

#A04C3C (or 0xA04C3C) is known color: Cognac. HEX triplet: A0, 4C and 3C. RGB value is (160,76,60). Sum of RGB (Red+Green+Blue) = 160+76+60=296 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.05% from 296); Green value is 76 (30.08% from 255 or 25.68% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 160 - color contains mainly: red. Hex color #A04C3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04C3C is #5FB3C3. Grayscale: #636363. Windows color (decimal): -6271940 or 3951776. OLE color: 3951776.

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

Color convert

RGB 160 76 60 -
CMYK 0 0.52 0.62 0.37
HSL 9.6º 0.45% 0.43% -
HSV(B) 9.6º 0.63% 0.63% -
XYZ 17.9 12.97 5.83 -
YUV 99.29 105.83 171.3 -
System Red Green Blue C M Y K H S L
Decimal 160 76 60 0 0.52 0.62 0.37 9.6 0.45 0.43
Hex A0 4C 3C 0 34 3E 25 A 2D 2B
Octal 240 114 74 0 64 76 45 12 55 53
Binary 10100000 1001100 111100 0 110100 111110 100101 1010 101101 101011

Color Harmonies of #A04C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04C3C

Black with #A04C3C

Text Example


Text Example

White with #A04C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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