#AF8978

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

Shades of Brandy Rose #AF8978

Tints of Brandy Rose #AF8978

Color information

#AF8978 (or 0xAF8978) is unknown color: approx Brandy Rose. HEX triplet: AF, 89 and 78. RGB value is (175,137,120). Sum of RGB (Red+Green+Blue) = 175+137+120=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 137 (53.91% from 255 or 31.71% from 432); Blue value is 120 (47.27% from 255 or 27.78% from 432); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8978 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8978 is #507687. Grayscale: #929292. Windows color (decimal): -5273224 or 7899567. OLE color: 7899567.

HSL color Cylindrical-coordinate representation of color #AF8978: hue angle of 18.55º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AF8978 is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB175137120-
CMYK00.220.310.31
HSL18.55º25.58%57.84%-
HSV(B)18.55º31.43%68.63%-
XYZ30.0228.3621.66-
YUV146.42113.09148.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.51%
GREEN value IS 137 (53.91% from 255) = 31.71%
BLUE value IS 120 (47.27% from 255) = 27.78%
R=40.51%
G=31.71%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513712000.220.310.3118.5525.5857.84
HexAF89780161F1F131a3a
Octal2572111700263737233272
Binary1010111110001001111100001011011111111111001111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8978; }

 p { color: rgb(175,137,120); }

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

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

 a { background-color: rgb(175,137,120); }

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

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

 span { border-color: rgb(175,137,120); }

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