Html Css Color HEX #A04D40 Cognac

📋 copy color: '#A04D40'

red 160 ◦ green 77 ◦ blue 64

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

Shades of Cognac #A04D40

Tints of Cognac #A04D40

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.58%

 BLUE value IS 64 (25.39% from 255) = 21.26%

R = 53.16%
G = 25.58%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.6

 K value IS 0.37

RGB Variations

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

Color information

#A04D40 (or 0xA04D40) is known color: Cognac. HEX triplet: A0, 4D and 40. RGB value is (160,77,64). Sum of RGB (Red+Green+Blue) = 160+77+64=301 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.16% from 301); Green value is 77 (30.47% from 255 or 25.58% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 160 - color contains mainly: red. Hex color #A04D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A04D40 is #5FB2BF. Grayscale: #646464. Windows color (decimal): -6271680 or 4214176. OLE color: 4214176.

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

Color convert

RGB 160 77 64 -
CMYK 0 0.52 0.6 0.37
HSL 8.13º 0.43% 0.44% -
HSV(B) 8.13º 0.6% 0.63% -
XYZ 18.08 13.15 6.44 -
YUV 100.34 107.5 170.56 -
System Red Green Blue C M Y K H S L
Decimal 160 77 64 0 0.52 0.6 0.37 8.13 0.43 0.44
Hex A0 4D 40 0 34 3C 25 8 2B 2C
Octal 240 115 100 0 64 74 45 10 53 54
Binary 10100000 1001101 1000000 0 110100 111100 100101 1000 101011 101100

Color Harmonies of #A04D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04D40

Black with #A04D40

Text Example


Text Example

White with #A04D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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