#A97F77

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

Shades of Brandy Rose #A97F77

Tints of Brandy Rose #A97F77

Color information

#A97F77 (or 0xA97F77) is unknown color: approx Brandy Rose. HEX triplet: A9, 7F and 77. RGB value is (169,127,119). Sum of RGB (Red+Green+Blue) = 169+127+119=415 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.72% from 415); Green value is 127 (50% from 255 or 30.60% from 415); Blue value is 119 (46.88% from 255 or 28.67% from 415); Max value from RGB is 169 - color contains mainly: red. Hex color #A97F77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97F77 is #568088. Grayscale: #8A8A8A. Windows color (decimal): -5669001 or 7831465. OLE color: 7831465.

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

Color convert

RGB169127119-
CMYK00.250.300.34
HSL9.6º22.52%56.47%-
HSV(B)9.6º29.59%66.27%-
XYZ27.2824.9520.83-
YUV138.65116.91149.65-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.72%
GREEN value IS 127 (50% from 255) = 30.60%
BLUE value IS 119 (46.88% from 255) = 28.67%
R=40.72%
G=30.60%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912711900.250.300.349.622.5256.47
HexA97F770191E22a1738
Octal2511771670313642122770
Binary101010011111111111011101100111110100010101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97F77; }

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

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

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

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

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

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

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

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