#A9827D

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

Shades of Brandy Rose #A9827D

Tints of Brandy Rose #A9827D

Color information

#A9827D (or 0xA9827D) is unknown color: approx Brandy Rose. HEX triplet: A9, 82 and 7D. RGB value is (169,130,125). Sum of RGB (Red+Green+Blue) = 169+130+125=424 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.86% from 424); Green value is 130 (51.17% from 255 or 30.66% from 424); Blue value is 125 (49.22% from 255 or 29.48% from 424); Max value from RGB is 169 - color contains mainly: red. Hex color #A9827D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9827D is #567D82. Grayscale: #8D8D8D. Windows color (decimal): -5668227 or 8225449. OLE color: 8225449.

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

Color convert

RGB169130125-
CMYK00.230.260.34
HSL6.82º20.37%57.65%-
HSV(B)6.82º26.04%66.27%-
XYZ28.0525.8822.92-
YUV141.09118.92147.91-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.86%
GREEN value IS 130 (51.17% from 255) = 30.66%
BLUE value IS 125 (49.22% from 255) = 29.48%
R=39.86%
G=30.66%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913012500.230.260.346.8220.3757.65
HexA9827D0171A227143a
Octal251202175027324272472
Binary101010011000001011111010101111101010001011110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9827D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9827D; }

 p { color: rgb(169,130,125); }

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

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

 a { background-color: rgb(169,130,125); }

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

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

 span { border-color: rgb(169,130,125); }

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