#AF8380

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

Shades of Brandy Rose #AF8380

Tints of Brandy Rose #AF8380

Color information

#AF8380 (or 0xAF8380) is unknown color: approx Brandy Rose. HEX triplet: AF, 83 and 80. RGB value is (175,131,128). Sum of RGB (Red+Green+Blue) = 175+131+128=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 131 (51.56% from 255 or 30.18% from 434); Blue value is 128 (50.39% from 255 or 29.49% from 434); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8380 is #507C7F. Grayscale: #8F8F8F. Windows color (decimal): -5274752 or 8422319. OLE color: 8422319.

HSL color Cylindrical-coordinate representation of color #AF8380: hue angle of 3.83º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AF8380 is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB175131128-
CMYK00.250.270.31
HSL3.83º22.71%59.41%-
HSV(B)3.83º26.86%68.63%-
XYZ29.6926.9124.05-
YUV143.81119.08150.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.32%
GREEN value IS 131 (51.56% from 255) = 30.18%
BLUE value IS 128 (50.39% from 255) = 29.49%
R=40.32%
G=30.18%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513112800.250.270.313.8322.7159.41
HexAF83800191B1F4173b
Octal257203200031333742773
Binary101011111000001110000000011001110111111110010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8380; }

 p { color: rgb(175,131,128); }

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

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

 a { background-color: rgb(175,131,128); }

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

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

 span { border-color: rgb(175,131,128); }

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