#A98A7F

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

Shades of Brandy Rose #A98A7F

Tints of Brandy Rose #A98A7F

Color information

#A98A7F (or 0xA98A7F) is unknown color: approx Brandy Rose. HEX triplet: A9, 8A and 7F. RGB value is (169,138,127). Sum of RGB (Red+Green+Blue) = 169+138+127=434 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.94% from 434); Green value is 138 (54.30% from 255 or 31.80% from 434); Blue value is 127 (50% from 255 or 29.26% from 434); Max value from RGB is 169 - color contains mainly: red. Hex color #A98A7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98A7F is #567580. Grayscale: #929292. Windows color (decimal): -5666177 or 8358569. OLE color: 8358569.

HSL color Cylindrical-coordinate representation of color #A98A7F: hue angle of 15.71º 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 #A98A7F is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.34.

Color convert

RGB169138127-
CMYK00.180.250.34
HSL15.71º19.63%58.04%-
HSV(B)15.71º24.85%66.27%-
XYZ29.2828.1423.97-
YUV146.02117.27144.39-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.94%
GREEN value IS 138 (54.30% from 255) = 31.80%
BLUE value IS 127 (50% from 255) = 29.26%
R=38.94%
G=31.80%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913812700.180.250.3415.7119.6358.04
HexA98A7F012192210143a
Octal2512121770223142202472
Binary10101001100010101111111010010110011000101000010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98A7F; }

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

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

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

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

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

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

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

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