#A24A3A

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

Shades of Cognac #A24A3A

Tints of Cognac #A24A3A

Color information

#A24A3A (or 0xA24A3A) is unknown color: approx Cognac. HEX triplet: A2, 4A and 3A. RGB value is (162,74,58). Sum of RGB (Red+Green+Blue) = 162+74+58=294 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.10% from 294); Green value is 74 (29.30% from 255 or 25.17% from 294); Blue value is 58 (23.05% from 255 or 19.73% from 294); Max value from RGB is 162 - color contains mainly: red. Hex color #A24A3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24A3A is #5DB5C5. Grayscale: #626262. Windows color (decimal): -6141382 or 3820194. OLE color: 3820194.

HSL color Cylindrical-coordinate representation of color #A24A3A: hue angle of 9.23º 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 #A24A3A is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.36.

Color convert

RGB1627458-
CMYK00.540.640.36
HSL9.23º47.27%43.14%-
HSV(B)9.23º64.2%63.53%-
XYZ18.1112.885.54-
YUV98.49105.15173.3-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 55.10%
GREEN value IS 74 (29.30% from 255) = 25.17%
BLUE value IS 58 (23.05% from 255) = 19.73%
R=55.10%
G=25.17%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162745800.540.640.369.2347.2743.14
HexA24A3A036402492f2b
Octal2421127206610044115753
Binary101000101001010111010011011010000001001001001101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24A3A; }

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

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

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

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

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

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

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

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