#A88275

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

Shades of Brandy Rose #A88275

Tints of Brandy Rose #A88275

Color information

#A88275 (or 0xA88275) is unknown color: approx Brandy Rose. HEX triplet: A8, 82 and 75. RGB value is (168,130,117). Sum of RGB (Red+Green+Blue) = 168+130+117=415 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.48% from 415); Green value is 130 (51.17% from 255 or 31.33% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 168 - color contains mainly: red. Hex color #A88275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88275 is #577D8A. Grayscale: #8B8B8B. Windows color (decimal): -5733771 or 7701160. OLE color: 7701160.

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

Color convert

RGB168130117-
CMYK00.230.300.34
HSL15.29º22.67%55.88%-
HSV(B)15.29º30.36%65.88%-
XYZ27.3425.5720.32-
YUV139.88115.09148.06-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.48%
GREEN value IS 130 (51.17% from 255) = 31.33%
BLUE value IS 117 (46.09% from 255) = 28.19%
R=40.48%
G=31.33%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813011700.230.300.3415.2922.6755.88
HexA882750171E22f1738
Octal2502021650273642172770
Binary1010100010000010111010101011111110100010111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88275; }

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

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

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

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

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

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

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

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