Html Css Color HEX #A04C3B Cognac

📋 copy color: '#A04C3B'

red 160 ◦ green 76 ◦ blue 59

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

Shades of Cognac #A04C3B

Tints of Cognac #A04C3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20%

R = 54.24%
G = 25.76%
B = 20%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.63

 K value IS 0.37

RGB Variations

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

Color information

#A04C3B (or 0xA04C3B) is known color: Cognac. HEX triplet: A0, 4C and 3B. RGB value is (160,76,59). Sum of RGB (Red+Green+Blue) = 160+76+59=295 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.24% from 295); Green value is 76 (30.08% from 255 or 25.76% from 295); Blue value is 59 (23.44% from 255 or 20% from 295); Max value from RGB is 160 - color contains mainly: red. Hex color #A04C3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04C3B is #5FB3C4. Grayscale: #636363. Windows color (decimal): -6271941 or 3886240. OLE color: 3886240.

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

Color convert

RGB 160 76 59 -
CMYK 0 0.52 0.63 0.37
HSL 10.1º 0.46% 0.43% -
HSV(B) 10.1º 0.63% 0.63% -
XYZ 17.87 12.96 5.7 -
YUV 99.18 105.33 171.38 -
System Red Green Blue C M Y K H S L
Decimal 160 76 59 0 0.52 0.63 0.37 10.1 0.46 0.43
Hex A0 4C 3B 0 34 3F 25 A 2E 2B
Octal 240 114 73 0 64 77 45 12 56 53
Binary 10100000 1001100 111011 0 110100 111111 100101 1010 101110 101011

Color Harmonies of #A04C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04C3B

Black with #A04C3B

Text Example


Text Example

White with #A04C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04C3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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