#A54539

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

Shades of Cognac #A54539

Tints of Cognac #A54539

Color information

#A54539 (or 0xA54539) is unknown color: approx Cognac. HEX triplet: A5, 45 and 39. RGB value is (165,69,57). Sum of RGB (Red+Green+Blue) = 165+69+57=291 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.70% from 291); Green value is 69 (27.34% from 255 or 23.71% from 291); Blue value is 57 (22.66% from 255 or 19.59% from 291); Max value from RGB is 165 - color contains mainly: red. Hex color #A54539 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54539 is #5ABAC6. Grayscale: #606060. Windows color (decimal): -5946055 or 3753381. OLE color: 3753381.

HSL color Cylindrical-coordinate representation of color #A54539: hue angle of 6.67º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A54539 is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB1656957-
CMYK00.580.650.35
HSL6.67º48.65%43.53%-
HSV(B)6.67º65.45%64.71%-
XYZ18.3812.555.32-
YUV96.34105.8176.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 56.70%
GREEN value IS 69 (27.34% from 255) = 23.71%
BLUE value IS 57 (22.66% from 255) = 19.59%
R=56.70%
G=23.71%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165695700.580.650.356.6748.6543.53
HexA5453903A41237312c
Octal245105710721014376154
Binary10100101100010111100101110101000001100011111110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54539; }

 p { color: rgb(165,69,57); }

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

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

 a { background-color: rgb(165,69,57); }

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

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

 span { border-color: rgb(165,69,57); }

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