#A9827F

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

Shades of Brandy Rose #A9827F

Tints of Brandy Rose #A9827F

Color information

#A9827F (or 0xA9827F) is unknown color: approx Brandy Rose. HEX triplet: A9, 82 and 7F. RGB value is (169,130,127). Sum of RGB (Red+Green+Blue) = 169+130+127=426 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.67% from 426); Green value is 130 (51.17% from 255 or 30.52% from 426); Blue value is 127 (50% from 255 or 29.81% from 426); Max value from RGB is 169 - color contains mainly: red. Hex color #A9827F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9827F is #567D80. Grayscale: #8D8D8D. Windows color (decimal): -5668225 or 8356521. OLE color: 8356521.

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

Color convert

RGB169130127-
CMYK00.230.250.34
HSL4.29º19.63%58.04%-
HSV(B)4.29º24.85%66.27%-
XYZ28.1825.9323.6-
YUV141.32119.92147.74-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.67%
GREEN value IS 130 (51.17% from 255) = 30.52%
BLUE value IS 127 (50% from 255) = 29.81%
R=39.67%
G=30.52%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913012700.230.250.344.2919.6358.04
HexA9827F01719224143a
Octal251202177027314242472
Binary101010011000001011111110101111100110001010010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9827F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9827F; }

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

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

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

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

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

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

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

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