#AF8982

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

Shades of Brandy Rose #AF8982

Tints of Brandy Rose #AF8982

Color information

#AF8982 (or 0xAF8982) is unknown color: approx Brandy Rose. HEX triplet: AF, 89 and 82. RGB value is (175,137,130). Sum of RGB (Red+Green+Blue) = 175+137+130=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 137 (53.91% from 255 or 31.00% from 442); Blue value is 130 (51.17% from 255 or 29.41% from 442); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8982 is #50767D. Grayscale: #939393. Windows color (decimal): -5273214 or 8554927. OLE color: 8554927.

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

Color convert

RGB175137130-
CMYK00.220.260.31
HSL9.33º21.95%59.8%-
HSV(B)9.33º25.71%68.63%-
XYZ30.6528.6225.03-
YUV147.56118.09147.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.59%
GREEN value IS 137 (53.91% from 255) = 31.00%
BLUE value IS 130 (51.17% from 255) = 29.41%
R=39.59%
G=31.00%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513713000.220.260.319.3321.9559.8
HexAF89820161A1F9163c
Octal2572112020263237112674
Binary1010111110001001100000100101101101011111100110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8982; }

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

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

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

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

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

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

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

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