#A24338

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

Shades of Cognac #A24338

Tints of Cognac #A24338

Color information

#A24338 (or 0xA24338) is unknown color: approx Cognac. HEX triplet: A2, 43 and 38. RGB value is (162,67,56). Sum of RGB (Red+Green+Blue) = 162+67+56=285 (37% of max value = 765). Red value is 162 (63.67% from 255 or 56.84% from 285); Green value is 67 (26.56% from 255 or 23.51% from 285); Blue value is 56 (22.27% from 255 or 19.65% from 285); Max value from RGB is 162 - color contains mainly: red. Hex color #A24338 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24338 is #5DBCC7. Grayscale: #5E5E5E. Windows color (decimal): -6143176 or 3687330. OLE color: 3687330.

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

Color convert

RGB1626756-
CMYK00.590.650.36
HSL6.23º48.62%42.75%-
HSV(B)6.23º65.43%63.53%-
XYZ17.6211.985.13-
YUV94.15106.47176.39-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 56.84%
GREEN value IS 67 (26.56% from 255) = 23.51%
BLUE value IS 56 (22.27% from 255) = 19.65%
R=56.84%
G=23.51%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162675600.590.650.366.2348.6242.75
HexA2433803B41246312b
Octal242103700731014466153
Binary10100010100001111100001110111000001100100110110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24338; }

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

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

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

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

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

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

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

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