Html Css Color HEX #A04739 Cognac

📋 copy color: '#A04739'

red 160 ◦ green 71 ◦ blue 57

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

Shades of Cognac #A04739

Tints of Cognac #A04739

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.65%

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

R = 55.56%
G = 24.65%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#A04739 (or 0xA04739) is known color: Cognac. HEX triplet: A0, 47 and 39. RGB value is (160,71,57). Sum of RGB (Red+Green+Blue) = 160+71+57=288 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.56% from 288); Green value is 71 (28.12% from 255 or 24.65% from 288); Blue value is 57 (22.66% from 255 or 19.79% from 288); Max value from RGB is 160 - color contains mainly: red. Hex color #A04739 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04739 is #5FB8C6. Grayscale: #606060. Windows color (decimal): -6273223 or 3753888. OLE color: 3753888.

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

Color convert

RGB 160 71 57 -
CMYK 0 0.56 0.64 0.37
HSL 8.16º 0.47% 0.43% -
HSV(B) 8.16º 0.64% 0.63% -
XYZ 17.49 12.28 5.32 -
YUV 96.02 105.99 173.64 -
System Red Green Blue C M Y K H S L
Decimal 160 71 57 0 0.56 0.64 0.37 8.16 0.47 0.43
Hex A0 47 39 0 38 40 25 8 2F 2B
Octal 240 107 71 0 70 100 45 10 57 53
Binary 10100000 1000111 111001 0 111000 1000000 100101 1000 101111 101011

Color Harmonies of #A04739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04739

Black with #A04739

Text Example


Text Example

White with #A04739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04739; }

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

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

background-color css

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

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

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

border-color css

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

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

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