#A2423A

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

Shades of Cognac #A2423A

Tints of Cognac #A2423A

Color information

#A2423A (or 0xA2423A) is unknown color: approx Cognac. HEX triplet: A2, 42 and 3A. RGB value is (162,66,58). Sum of RGB (Red+Green+Blue) = 162+66+58=286 (37% of max value = 765). Red value is 162 (63.67% from 255 or 56.64% from 286); Green value is 66 (26.17% from 255 or 23.08% from 286); Blue value is 58 (23.05% from 255 or 20.28% from 286); Max value from RGB is 162 - color contains mainly: red. Hex color #A2423A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2423A is #5DBDC5. Grayscale: #5D5D5D. Windows color (decimal): -6143430 or 3818146. OLE color: 3818146.

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

Color convert

RGB1626658-
CMYK00.590.640.36
HSL4.62º47.27%43.14%-
HSV(B)4.62º64.2%63.53%-
XYZ17.6111.885.37-
YUV93.79107.8176.65-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 56.64%
GREEN value IS 66 (26.17% from 255) = 23.08%
BLUE value IS 58 (23.05% from 255) = 20.28%
R=56.64%
G=23.08%
B=20.28%

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
Decimal162665800.590.640.364.6247.2743.14
HexA2423A03B402452f2b
Octal242102720731004455753
Binary10100010100001011101001110111000000100100101101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2423A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2423A; }

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

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

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

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

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

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

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

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