#a2433b

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

Shades of Cognac #A2433B

Tints of Cognac #A2433B

Color information

#A2433B (or 0xA2433B) is unknown color: approx Cognac. HEX triplet: A2, 43 and 3B. RGB value is (162,67,59). Sum of RGB (Red+Green+Blue) = 162+67+59=288 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.25% from 288); Green value is 67 (26.56% from 255 or 23.26% from 288); Blue value is 59 (23.44% from 255 or 20.49% from 288); Max value from RGB is 162 - color contains mainly: red. Hex color #A2433B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2433B is #5DBCC4. Grayscale: #5E5E5E. Windows color (decimal): -6143173 or 3883938. OLE color: 3883938.

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

Color convert

RGB1626759-
CMYK00.590.640.36
HSL4.66º46.61%43.33%-
HSV(B)4.66º63.58%63.53%-
XYZ17.712.015.52-
YUV94.49107.97176.15-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 56.25%
GREEN value IS 67 (26.56% from 255) = 23.26%
BLUE value IS 59 (23.44% from 255) = 20.49%
R=56.25%
G=23.26%
B=20.49%

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
Decimal162675900.590.640.364.6646.6143.33
HexA2433B03B402452f2b
Octal242103730731004455753
Binary10100010100001111101101110111000000100100101101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a2433b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a2433b; }

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

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

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

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

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

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

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

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