Html Css Color HEX #A04E3D Cognac

📋 copy color: '#A04E3D'

red 160 ◦ green 78 ◦ blue 61

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

Shades of Cognac #A04E3D

Tints of Cognac #A04E3D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.09%

 BLUE value IS 61 (24.22% from 255) = 20.4%

R = 53.51%
G = 26.09%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#A04E3D (or 0xA04E3D) is known color: Cognac. HEX triplet: A0, 4E and 3D. RGB value is (160,78,61). Sum of RGB (Red+Green+Blue) = 160+78+61=299 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.51% from 299); Green value is 78 (30.86% from 255 or 26.09% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A04E3D is #5FB1C2. Grayscale: #646464. Windows color (decimal): -6271427 or 4017824. OLE color: 4017824.

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

Color convert

RGB 160 78 61 -
CMYK 0 0.51 0.62 0.37
HSL 10.3º 0.45% 0.43% -
HSV(B) 10.3º 0.62% 0.63% -
XYZ 18.06 13.26 6.02 -
YUV 100.58 105.67 170.38 -
System Red Green Blue C M Y K H S L
Decimal 160 78 61 0 0.51 0.62 0.37 10.3 0.45 0.43
Hex A0 4E 3D 0 33 3E 25 A 2D 2B
Octal 240 116 75 0 63 76 45 12 55 53
Binary 10100000 1001110 111101 0 110011 111110 100101 1010 101101 101011

Color Harmonies of #A04E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04E3D

Black with #A04E3D

Text Example


Text Example

White with #A04E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04E3D; }

 p { color: rgb(160,78,61); }

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

background-color css

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

 a { background-color: rgb(160,78,61); }

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

border-color css

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

 span { border-color: rgb(160,78,61); }

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