Html Css Color HEX #A04C3D Cognac

📋 copy color: '#A04C3D'

red 160 ◦ green 76 ◦ blue 61

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

Shades of Cognac #A04C3D

Tints of Cognac #A04C3D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.59%

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

R = 53.87%
G = 25.59%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#A04C3D (or 0xA04C3D) is known color: Cognac. HEX triplet: A0, 4C and 3D. RGB value is (160,76,61). Sum of RGB (Red+Green+Blue) = 160+76+61=297 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.87% from 297); Green value is 76 (30.08% from 255 or 25.59% from 297); Blue value is 61 (24.22% from 255 or 20.54% from 297); Max value from RGB is 160 - color contains mainly: red. Hex color #A04C3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04C3D is #5FB3C2. Grayscale: #636363. Windows color (decimal): -6271939 or 4017312. OLE color: 4017312.

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

Color convert

RGB 160 76 61 -
CMYK 0 0.52 0.62 0.37
HSL 9.09º 0.45% 0.43% -
HSV(B) 9.09º 0.62% 0.63% -
XYZ 17.92 12.98 5.98 -
YUV 99.41 106.33 171.22 -
System Red Green Blue C M Y K H S L
Decimal 160 76 61 0 0.52 0.62 0.37 9.09 0.45 0.43
Hex A0 4C 3D 0 34 3E 25 9 2D 2B
Octal 240 114 75 0 64 76 45 11 55 53
Binary 10100000 1001100 111101 0 110100 111110 100101 1001 101101 101011

Color Harmonies of #A04C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04C3D

Black with #A04C3D

Text Example


Text Example

White with #A04C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04C3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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