Html Css Color HEX #A04539 Cognac

📋 copy color: '#A04539'

red 160 ◦ green 69 ◦ blue 57

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

Shades of Cognac #A04539

Tints of Cognac #A04539

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.13%

 BLUE value IS 57 (22.66% from 255) = 19.93%

R = 55.94%
G = 24.13%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#A04539 (or 0xA04539) is known color: Cognac. HEX triplet: A0, 45 and 39. RGB value is (160,69,57). Sum of RGB (Red+Green+Blue) = 160+69+57=286 (37% of max value = 765). Red value is 160 (62.89% from 255 or 55.94% from 286); Green value is 69 (27.34% from 255 or 24.13% from 286); Blue value is 57 (22.66% from 255 or 19.93% from 286); Max value from RGB is 160 - color contains mainly: red. Hex color #A04539 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04539 is #5FBAC6. Grayscale: #5E5E5E. Windows color (decimal): -6273735 or 3753376. OLE color: 3753376.

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

Color convert

RGB 160 69 57 -
CMYK 0 0.57 0.64 0.37
HSL 6.99º 0.47% 0.43% -
HSV(B) 6.99º 0.64% 0.63% -
XYZ 17.36 12.03 5.28 -
YUV 94.84 106.65 174.48 -
System Red Green Blue C M Y K H S L
Decimal 160 69 57 0 0.57 0.64 0.37 6.99 0.47 0.43
Hex A0 45 39 0 39 40 25 7 2F 2B
Octal 240 105 71 0 71 100 45 7 57 53
Binary 10100000 1000101 111001 0 111001 1000000 100101 111 101111 101011

Color Harmonies of #A04539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04539

Black with #A04539

Text Example


Text Example

White with #A04539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04539; }

 p { color: rgb(160,69,57); }

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

background-color css

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

 a { background-color: rgb(160,69,57); }

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

border-color css

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

 span { border-color: rgb(160,69,57); }

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