Html Css Color HEX #A04B3E Cognac

📋 copy color: '#A04B3E'

red 160 ◦ green 75 ◦ blue 62

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

Shades of Cognac #A04B3E

Tints of Cognac #A04B3E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.25%

 BLUE value IS 62 (24.61% from 255) = 20.88%

R = 53.87%
G = 25.25%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.61

 K value IS 0.37

RGB Variations

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

Color information

#A04B3E (or 0xA04B3E) is known color: Cognac. HEX triplet: A0, 4B and 3E. RGB value is (160,75,62). Sum of RGB (Red+Green+Blue) = 160+75+62=297 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.87% from 297); Green value is 75 (29.69% from 255 or 25.25% from 297); Blue value is 62 (24.61% from 255 or 20.88% from 297); Max value from RGB is 160 - color contains mainly: red. Hex color #A04B3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04B3E is #5FB4C1. Grayscale: #636363. Windows color (decimal): -6272194 or 4082592. OLE color: 4082592.

HSL color Cylindrical-coordinate representation of color #A04B3E: hue angle of 7.96º degrees, saturation: 0.44, 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 #A04B3E is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 75 62 -
CMYK 0 0.53 0.61 0.37
HSL 7.96º 0.44% 0.44% -
HSV(B) 7.96º 0.61% 0.63% -
XYZ 17.88 12.85 6.1 -
YUV 98.93 107.16 171.56 -
System Red Green Blue C M Y K H S L
Decimal 160 75 62 0 0.53 0.61 0.37 7.96 0.44 0.44
Hex A0 4B 3E 0 35 3D 25 8 2C 2C
Octal 240 113 76 0 65 75 45 10 54 54
Binary 10100000 1001011 111110 0 110101 111101 100101 1000 101100 101100

Color Harmonies of #A04B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04B3E

Black with #A04B3E

Text Example


Text Example

White with #A04B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04B3E; }

 p { color: rgb(160,75,62); }

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

background-color css

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

 a { background-color: rgb(160,75,62); }

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

border-color css

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

 span { border-color: rgb(160,75,62); }

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