#A04235

Color #A04235 Cognac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cognac #A04235

Tints of Cognac #A04235

Color information

#A04235 (or 0xA04235) is unknown color: approx Cognac. HEX triplet: A0, 42 and 35. RGB value is (160,66,53). Sum of RGB (Red+Green+Blue) = 160+66+53=279 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.35% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 53 (21.09% from 255 or 19.00% from 279); Max value from RGB is 160 - color contains mainly: red. Hex color #A04235 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04235 is #5FBDCA. Grayscale: #5C5C5C. Windows color (decimal): -6274507 or 3490464. OLE color: 3490464.

HSL color Cylindrical-coordinate representation of color #A04235: hue angle of 7.29º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A04235 is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.37.

Color convert

RGB1606653-
CMYK00.590.670.37
HSL7.29º50.23%41.76%-
HSV(B)7.29º66.87%62.75%-
XYZ17.0911.634.71-
YUV92.62105.64176.06-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 57.35%
GREEN value IS 66 (26.17% from 255) = 23.66%
BLUE value IS 53 (21.09% from 255) = 19.00%
R=57.35%
G=23.66%
B=19.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.67
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160665300.590.670.377.2950.2341.76
HexA0423503B43257322a
Octal240102650731034576252
Binary10100000100001011010101110111000011100101111110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04235; }

 p { color: rgb(160,66,53); }

 H1.HeaderClassName
 {
   color: #A04235;
 }
 .AnyTagClassName
 {
   color: #A04235;
 }
</style>
background-color css

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

 a { background-color: rgb(160,66,53); }

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

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

 span { border-color: rgb(160,66,53); }

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