#A24C3A

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

Shades of Cognac #A24C3A

Tints of Cognac #A24C3A

Color information

#A24C3A (or 0xA24C3A) is unknown color: approx Cognac. HEX triplet: A2, 4C and 3A. RGB value is (162,76,58). Sum of RGB (Red+Green+Blue) = 162+76+58=296 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.73% from 296); Green value is 76 (30.08% from 255 or 25.68% from 296); Blue value is 58 (23.05% from 255 or 19.59% from 296); Max value from RGB is 162 - color contains mainly: red. Hex color #A24C3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24C3A is #5DB3C5. Grayscale: #636363. Windows color (decimal): -6140870 or 3820706. OLE color: 3820706.

HSL color Cylindrical-coordinate representation of color #A24C3A: hue angle of 10.38º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A24C3A is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.36.

Color convert

RGB1627658-
CMYK00.530.640.36
HSL10.38º47.27%43.14%-
HSV(B)10.38º64.2%63.53%-
XYZ18.2513.165.58-
YUV99.66104.49172.46-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54.73%
GREEN value IS 76 (30.08% from 255) = 25.68%
BLUE value IS 58 (23.05% from 255) = 19.59%
R=54.73%
G=25.68%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162765800.530.640.3610.3847.2743.14
HexA24C3A0354024a2f2b
Octal2421147206510044125753
Binary101000101001100111010011010110000001001001010101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24C3A; }

 p { color: rgb(162,76,58); }

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

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

 a { background-color: rgb(162,76,58); }

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

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

 span { border-color: rgb(162,76,58); }

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