#A0483C

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

Shades of Cognac #A0483C

Tints of Cognac #A0483C

Color information

#A0483C (or 0xA0483C) is unknown color: approx Cognac. HEX triplet: A0, 48 and 3C. RGB value is (160,72,60). Sum of RGB (Red+Green+Blue) = 160+72+60=292 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.79% from 292); Green value is 72 (28.52% from 255 or 24.66% from 292); Blue value is 60 (23.83% from 255 or 20.55% from 292); Max value from RGB is 160 - color contains mainly: red. Hex color #A0483C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0483C is #5FB7C3. Grayscale: #616161. Windows color (decimal): -6272964 or 3950752. OLE color: 3950752.

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

Color convert

RGB1607260-
CMYK00.550.620.37
HSL7.2º45.45%43.14%-
HSV(B)7.2º62.5%62.75%-
XYZ17.6312.435.75-
YUV96.94107.15172.98-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 54.79%
GREEN value IS 72 (28.52% from 255) = 24.66%
BLUE value IS 60 (23.83% from 255) = 20.55%
R=54.79%
G=24.66%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160726000.550.620.377.245.4543.14
HexA0483C0373E2572d2b
Octal24011074067764575553
Binary1010000010010001111000110111111110100101111101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0483C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0483C; }

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

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

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

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

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

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

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

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