Html Css Color HEX #A04035 Cognac

📋 copy color: '#A04035'

red 160 ◦ green 64 ◦ blue 53

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

Shades of Cognac #A04035

Tints of Cognac #A04035

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.1%

 BLUE value IS 53 (21.09% from 255) = 19.13%

R = 57.76%
G = 23.1%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.67

 K value IS 0.37

RGB Variations

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

Color information

#A04035 (or 0xA04035) is known color: Cognac. HEX triplet: A0, 40 and 35. RGB value is (160,64,53). Sum of RGB (Red+Green+Blue) = 160+64+53=277 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.76% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 53 (21.09% from 255 or 19.13% from 277); Max value from RGB is 160 - color contains mainly: red. Hex color #A04035 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04035 is #5FBFCA. Grayscale: #5B5B5B. Windows color (decimal): -6275019 or 3489952. OLE color: 3489952.

HSL color Cylindrical-coordinate representation of color #A04035: hue angle of 6.17º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A04035 is Cyan = 0, Magento = 0.6, Yellow = 0.67 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 64 53 -
CMYK 0 0.6 0.67 0.37
HSL 6.17º 0.5% 0.42% -
HSV(B) 6.17º 0.67% 0.63% -
XYZ 16.97 11.4 4.67 -
YUV 91.45 106.3 176.89 -
System Red Green Blue C M Y K H S L
Decimal 160 64 53 0 0.6 0.67 0.37 6.17 0.5 0.42
Hex A0 40 35 0 3C 43 25 6 32 2A
Octal 240 100 65 0 74 103 45 6 62 52
Binary 10100000 1000000 110101 0 111100 1000011 100101 110 110010 101010

Color Harmonies of #A04035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04035

Black with #A04035

Text Example


Text Example

White with #A04035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04035; }

 p { color: rgb(160,64,53); }

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

background-color css

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

 a { background-color: rgb(160,64,53); }

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

border-color css

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

 span { border-color: rgb(160,64,53); }

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