#A28983

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

Shades of Brandy Rose #A28983

Tints of Brandy Rose #A28983

Color information

#A28983 (or 0xA28983) is unknown color: approx Brandy Rose. HEX triplet: A2, 89 and 83. RGB value is (162,137,131). Sum of RGB (Red+Green+Blue) = 162+137+131=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 137 (53.91% from 255 or 31.86% from 430); Blue value is 131 (51.56% from 255 or 30.47% from 430); Max value from RGB is 162 - color contains mainly: red. Hex color #A28983 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28983 is #5D767C. Grayscale: #8F8F8F. Windows color (decimal): -6125181 or 8620450. OLE color: 8620450.

HSL color Cylindrical-coordinate representation of color #A28983: hue angle of 11.61º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A28983 is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB162137131-
CMYK00.150.190.36
HSL11.61º14.29%57.45%-
HSV(B)11.61º19.14%63.53%-
XYZ27.9427.2125.25-
YUV143.79120.78140.99-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.67%
GREEN value IS 137 (53.91% from 255) = 31.86%
BLUE value IS 131 (51.56% from 255) = 30.47%
R=37.67%
G=31.86%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213713100.150.190.3611.6114.2957.45
HexA289830F1324ce39
Octal2422112030172344141671
Binary101000101000100110000011011111001110010011001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28983; }

 p { color: rgb(162,137,131); }

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

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

 a { background-color: rgb(162,137,131); }

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

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

 span { border-color: rgb(162,137,131); }

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