#AF8572

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

Shades of Brandy Rose #AF8572

Tints of Brandy Rose #AF8572

Color information

#AF8572 (or 0xAF8572) is unknown color: approx Brandy Rose. HEX triplet: AF, 85 and 72. RGB value is (175,133,114). Sum of RGB (Red+Green+Blue) = 175+133+114=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 133 (52.34% from 255 or 31.52% from 422); Blue value is 114 (44.92% from 255 or 27.01% from 422); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8572 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8572 is #507A8D. Grayscale: #8F8F8F. Windows color (decimal): -5274254 or 7505327. OLE color: 7505327.

HSL color Cylindrical-coordinate representation of color #AF8572: hue angle of 18.69º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF8572 is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB175133114-
CMYK00.240.350.31
HSL18.69º27.6%56.67%-
HSV(B)18.69º34.86%68.63%-
XYZ29.127.119.62-
YUV143.39111.41150.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.47%
GREEN value IS 133 (52.34% from 255) = 31.52%
BLUE value IS 114 (44.92% from 255) = 27.01%
R=41.47%
G=31.52%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513311400.240.350.3118.6927.656.67
HexAF8572018231F131c39
Octal2572051620304337233471
Binary10101111100001011110010011000100011111111001111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8572; }

 p { color: rgb(175,133,114); }

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

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

 a { background-color: rgb(175,133,114); }

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

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

 span { border-color: rgb(175,133,114); }

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