#AF8A79

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

Shades of Brandy Rose #AF8A79

Tints of Brandy Rose #AF8A79

Color information

#AF8A79 (or 0xAF8A79) is unknown color: approx Brandy Rose. HEX triplet: AF, 8A and 79. RGB value is (175,138,121). Sum of RGB (Red+Green+Blue) = 175+138+121=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 138 (54.30% from 255 or 31.80% from 434); Blue value is 121 (47.66% from 255 or 27.88% from 434); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8A79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8A79 is #507586. Grayscale: #939393. Windows color (decimal): -5272967 or 7965359. OLE color: 7965359.

HSL color Cylindrical-coordinate representation of color #AF8A79: hue angle of 18.89º degrees, saturation: 0.25, 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 #AF8A79 is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB175138121-
CMYK00.210.310.31
HSL18.89º25.23%58.04%-
HSV(B)18.89º30.86%68.63%-
XYZ30.2228.6722.03-
YUV147.12113.26147.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.32%
GREEN value IS 138 (54.30% from 255) = 31.80%
BLUE value IS 121 (47.66% from 255) = 27.88%
R=40.32%
G=31.80%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513812100.210.310.3118.8925.2358.04
HexAF8A790151F1F13193a
Octal2572121710253737233172
Binary1010111110001010111100101010111111111111001111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8A79; }

 p { color: rgb(175,138,121); }

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

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

 a { background-color: rgb(175,138,121); }

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

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

 span { border-color: rgb(175,138,121); }

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