#A98684

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

Shades of Brandy Rose #A98684

Tints of Brandy Rose #A98684

Color information

#A98684 (or 0xA98684) is unknown color: approx Brandy Rose. HEX triplet: A9, 86 and 84. RGB value is (169,134,132). Sum of RGB (Red+Green+Blue) = 169+134+132=435 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.85% from 435); Green value is 134 (52.73% from 255 or 30.80% from 435); Blue value is 132 (51.95% from 255 or 30.34% from 435); Max value from RGB is 169 - color contains mainly: red. Hex color #A98684 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98684 is #56797B. Grayscale: #909090. Windows color (decimal): -5667196 or 8685225. OLE color: 8685225.

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

Color convert

RGB169134132-
CMYK00.210.220.34
HSL3.24º17.7%59.02%-
HSV(B)3.24º21.89%66.27%-
XYZ29.0527.1525.54-
YUV144.24121.1145.66-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.85%
GREEN value IS 134 (52.73% from 255) = 30.80%
BLUE value IS 132 (51.95% from 255) = 30.34%
R=38.85%
G=30.80%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913413200.210.220.343.2417.759.02
HexA9868401516223123b
Octal251206204025264232273
Binary101010011000011010000100010101101101000101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98684; }

 p { color: rgb(169,134,132); }

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

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

 a { background-color: rgb(169,134,132); }

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

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

 span { border-color: rgb(169,134,132); }

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