#A2423B

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

Shades of Cognac #A2423B

Tints of Cognac #A2423B

Color information

#A2423B (or 0xA2423B) is unknown color: approx Cognac. HEX triplet: A2, 42 and 3B. RGB value is (162,66,59). Sum of RGB (Red+Green+Blue) = 162+66+59=287 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.45% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 59 (23.44% from 255 or 20.56% from 287); Max value from RGB is 162 - color contains mainly: red. Hex color #A2423B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2423B is #5DBDC4. Grayscale: #5E5E5E. Windows color (decimal): -6143429 or 3883682. OLE color: 3883682.

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

Color convert

RGB1626659-
CMYK00.590.640.36
HSL4.08º46.61%43.33%-
HSV(B)4.08º63.58%63.53%-
XYZ17.6411.895.5-
YUV93.91108.3176.57-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 56.45%
GREEN value IS 66 (26.17% from 255) = 23.00%
BLUE value IS 59 (23.44% from 255) = 20.56%
R=56.45%
G=23.00%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162665900.590.640.364.0846.6143.33
HexA2423B03B402442f2b
Octal242102730731004445753
Binary10100010100001011101101110111000000100100100101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2423B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2423B; }

 p { color: rgb(162,66,59); }

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

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

 a { background-color: rgb(162,66,59); }

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

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

 span { border-color: rgb(162,66,59); }

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