#A88782

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

Shades of Brandy Rose #A88782

Tints of Brandy Rose #A88782

Color information

#A88782 (or 0xA88782) is unknown color: approx Brandy Rose. HEX triplet: A8, 87 and 82. RGB value is (168,135,130). Sum of RGB (Red+Green+Blue) = 168+135+130=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 135 (53.12% from 255 or 31.18% from 433); Blue value is 130 (51.17% from 255 or 30.02% from 433); Max value from RGB is 168 - color contains mainly: red. Hex color #A88782 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88782 is #57787D. Grayscale: #909090. Windows color (decimal): -5732478 or 8554408. OLE color: 8554408.

HSL color Cylindrical-coordinate representation of color #A88782: hue angle of 7.89º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A88782 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.34.

Color convert

RGB168135130-
CMYK00.200.230.34
HSL7.89º17.92%58.43%-
HSV(B)7.89º22.62%65.88%-
XYZ28.8427.2624.86-
YUV144.3119.93144.91-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.80%
GREEN value IS 135 (53.12% from 255) = 31.18%
BLUE value IS 130 (51.17% from 255) = 30.02%
R=38.80%
G=31.18%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813513000.200.230.347.8917.9258.43
HexA8878201417228123a
Octal2502072020242742102272
Binary10101000100001111000001001010010111100010100010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88782; }

 p { color: rgb(168,135,130); }

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

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

 a { background-color: rgb(168,135,130); }

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

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

 span { border-color: rgb(168,135,130); }

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