#A88177

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

Shades of Brandy Rose #A88177

Tints of Brandy Rose #A88177

Color information

#A88177 (or 0xA88177) is unknown color: approx Brandy Rose. HEX triplet: A8, 81 and 77. RGB value is (168,129,119). Sum of RGB (Red+Green+Blue) = 168+129+119=416 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.38% from 416); Green value is 129 (50.78% from 255 or 31.01% from 416); Blue value is 119 (46.88% from 255 or 28.61% from 416); Max value from RGB is 168 - color contains mainly: red. Hex color #A88177 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88177 is #577E88. Grayscale: #8B8B8B. Windows color (decimal): -5734025 or 7831976. OLE color: 7831976.

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

Color convert

RGB168129119-
CMYK00.230.290.34
HSL12.24º21.97%56.27%-
HSV(B)12.24º29.17%65.88%-
XYZ27.3325.3620.91-
YUV139.52116.42148.31-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.38%
GREEN value IS 129 (50.78% from 255) = 31.01%
BLUE value IS 119 (46.88% from 255) = 28.61%
R=40.38%
G=31.01%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.29
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16812911900.230.290.3412.2421.9756.27
HexA881770171D22c1638
Octal2502011670273542142670
Binary1010100010000001111011101011111101100010110010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88177; }

 p { color: rgb(168,129,119); }

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

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

 a { background-color: rgb(168,129,119); }

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

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

 span { border-color: rgb(168,129,119); }

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