#A98677

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

Shades of Brandy Rose #A98677

Tints of Brandy Rose #A98677

Color information

#A98677 (or 0xA98677) is unknown color: approx Brandy Rose. HEX triplet: A9, 86 and 77. RGB value is (169,134,119). Sum of RGB (Red+Green+Blue) = 169+134+119=422 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.05% from 422); Green value is 134 (52.73% from 255 or 31.75% from 422); Blue value is 119 (46.88% from 255 or 28.20% from 422); Max value from RGB is 169 - color contains mainly: red. Hex color #A98677 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98677 is #567988. Grayscale: #8E8E8E. Windows color (decimal): -5667209 or 7833257. OLE color: 7833257.

HSL color Cylindrical-coordinate representation of color #A98677: hue angle of 18º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A98677 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB169134119-
CMYK00.210.300.34
HSL18º22.52%56.47%-
HSV(B)18º29.59%66.27%-
XYZ28.2226.8221.14-
YUV142.76114.6146.72-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.05%
GREEN value IS 134 (52.73% from 255) = 31.75%
BLUE value IS 119 (46.88% from 255) = 28.20%
R=40.05%
G=31.75%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913411900.210.300.341822.5256.47
HexA986770151E22121738
Octal2512061670253642222770
Binary10101001100001101110111010101111101000101001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98677; }

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

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

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

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

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

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

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

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