#AF8679

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

Shades of Brandy Rose #AF8679

Tints of Brandy Rose #AF8679

Color information

#AF8679 (or 0xAF8679) is unknown color: approx Brandy Rose. HEX triplet: AF, 86 and 79. RGB value is (175,134,121). Sum of RGB (Red+Green+Blue) = 175+134+121=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 134 (52.73% from 255 or 31.16% from 430); Blue value is 121 (47.66% from 255 or 28.14% from 430); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8679 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8679 is #507986. Grayscale: #909090. Windows color (decimal): -5273991 or 7964335. OLE color: 7964335.

HSL color Cylindrical-coordinate representation of color #AF8679: hue angle of 14.44º 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 #AF8679 is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB175134121-
CMYK00.230.310.31
HSL14.44º25.23%58.04%-
HSV(B)14.44º30.86%68.63%-
XYZ29.6627.5421.84-
YUV144.78114.58149.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.70%
GREEN value IS 134 (52.73% from 255) = 31.16%
BLUE value IS 121 (47.66% from 255) = 28.14%
R=40.70%
G=31.16%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513412100.230.310.3114.4425.2358.04
HexAF86790171F1Fe193a
Octal2572061710273737163172
Binary101011111000011011110010101111111111111111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8679; }

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

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

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

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

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

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

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

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