Html Css Color HEX #A04A3F Cognac

📋 copy color: '#A04A3F'

red 160 ◦ green 74 ◦ blue 63

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

Shades of Cognac #A04A3F

Tints of Cognac #A04A3F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.92%

 BLUE value IS 63 (25% from 255) = 21.21%

R = 53.87%
G = 24.92%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.61

 K value IS 0.37

RGB Variations

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

Color information

#A04A3F (or 0xA04A3F) is known color: Cognac. HEX triplet: A0, 4A and 3F. RGB value is (160,74,63). Sum of RGB (Red+Green+Blue) = 160+74+63=297 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.87% from 297); Green value is 74 (29.30% from 255 or 24.92% from 297); Blue value is 63 (25% from 255 or 21.21% from 297); Max value from RGB is 160 - color contains mainly: red. Hex color #A04A3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04A3F is #5FB5C0. Grayscale: #626262. Windows color (decimal): -6272449 or 4147872. OLE color: 4147872.

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

Color convert

RGB 160 74 63 -
CMYK 0 0.54 0.61 0.37
HSL 6.8º 0.43% 0.44% -
HSV(B) 6.8º 0.61% 0.63% -
XYZ 17.84 12.73 6.22 -
YUV 98.46 107.99 171.89 -
System Red Green Blue C M Y K H S L
Decimal 160 74 63 0 0.54 0.61 0.37 6.8 0.43 0.44
Hex A0 4A 3F 0 36 3D 25 7 2B 2C
Octal 240 112 77 0 66 75 45 7 53 54
Binary 10100000 1001010 111111 0 110110 111101 100101 111 101011 101100

Color Harmonies of #A04A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04A3F

Black with #A04A3F

Text Example


Text Example

White with #A04A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04A3F; }

 p { color: rgb(160,74,63); }

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

background-color css

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

 a { background-color: rgb(160,74,63); }

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

border-color css

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

 span { border-color: rgb(160,74,63); }

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