#A98784

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

Shades of Brandy Rose #A98784

Tints of Brandy Rose #A98784

Color information

#A98784 (or 0xA98784) is unknown color: approx Brandy Rose. HEX triplet: A9, 87 and 84. RGB value is (169,135,132). Sum of RGB (Red+Green+Blue) = 169+135+132=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 135 (53.12% from 255 or 30.96% from 436); Blue value is 132 (51.95% from 255 or 30.28% from 436); Max value from RGB is 169 - color contains mainly: red. Hex color #A98784 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98784 is #56787B. Grayscale: #909090. Windows color (decimal): -5666940 or 8685481. OLE color: 8685481.

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

Color convert

RGB169135132-
CMYK00.200.220.34
HSL4.86º17.7%59.02%-
HSV(B)4.86º21.89%66.27%-
XYZ29.1927.4325.59-
YUV144.82120.76145.24-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.76%
GREEN value IS 135 (53.12% from 255) = 30.96%
BLUE value IS 132 (51.95% from 255) = 30.28%
R=38.76%
G=30.96%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913513200.200.220.344.8617.759.02
HexA9878401416225123b
Octal251207204024264252273
Binary1010100110000111100001000101001011010001010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98784; }

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

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

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

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

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

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

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

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