#A0433C

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

Shades of Cognac #A0433C

Tints of Cognac #A0433C

Color information

#A0433C (or 0xA0433C) is unknown color: approx Cognac. HEX triplet: A0, 43 and 3C. RGB value is (160,67,60). Sum of RGB (Red+Green+Blue) = 160+67+60=287 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.75% from 287); Green value is 67 (26.56% from 255 or 23.34% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 160 - color contains mainly: red. Hex color #A0433C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0433C is #5FBCC3. Grayscale: #5E5E5E. Windows color (decimal): -6274244 or 3949472. OLE color: 3949472.

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

Color convert

RGB1606760-
CMYK00.580.620.37
HSL4.2º45.45%43.14%-
HSV(B)4.2º62.5%62.75%-
XYZ17.3211.815.64-
YUV94.01108.81175.07-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 55.75%
GREEN value IS 67 (26.56% from 255) = 23.34%
BLUE value IS 60 (23.83% from 255) = 20.91%
R=55.75%
G=23.34%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160676000.580.620.374.245.4543.14
HexA0433C03A3E2542d2b
Octal24010374072764545553
Binary1010000010000111111000111010111110100101100101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0433C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0433C; }

 p { color: rgb(160,67,60); }

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

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

 a { background-color: rgb(160,67,60); }

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

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

 span { border-color: rgb(160,67,60); }

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