#AF8170

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

Shades of Brandy Rose #AF8170

Tints of Brandy Rose #AF8170

Color information

#AF8170 (or 0xAF8170) is unknown color: approx Brandy Rose. HEX triplet: AF, 81 and 70. RGB value is (175,129,112). Sum of RGB (Red+Green+Blue) = 175+129+112=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 129 (50.78% from 255 or 31.01% from 416); Blue value is 112 (44.14% from 255 or 26.92% from 416); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8170 is #507E8F. Grayscale: #8C8C8C. Windows color (decimal): -5275280 or 7373231. OLE color: 7373231.

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

Color convert

RGB175129112-
CMYK00.260.360.31
HSL16.19º28.25%56.27%-
HSV(B)16.19º36%68.63%-
XYZ28.4525.9818.85-
YUV140.82111.74152.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.07%
GREEN value IS 129 (50.78% from 255) = 31.01%
BLUE value IS 112 (44.14% from 255) = 26.92%
R=42.07%
G=31.01%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512911200.260.360.3116.1928.2556.27
HexAF817001A241F101c38
Octal2572011600324437203470
Binary10101111100000011110000011010100100111111000011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8170; }

 p { color: rgb(175,129,112); }

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

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

 a { background-color: rgb(175,129,112); }

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

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

 span { border-color: rgb(175,129,112); }

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