#AF8678

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

Shades of Brandy Rose #AF8678

Tints of Brandy Rose #AF8678

Color information

#AF8678 (or 0xAF8678) is unknown color: approx Brandy Rose. HEX triplet: AF, 86 and 78. RGB value is (175,134,120). Sum of RGB (Red+Green+Blue) = 175+134+120=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 134 (52.73% from 255 or 31.24% from 429); Blue value is 120 (47.27% from 255 or 27.97% from 429); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8678 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8678 is #507987. Grayscale: #909090. Windows color (decimal): -5273992 or 7898799. OLE color: 7898799.

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

Color convert

RGB175134120-
CMYK00.230.310.31
HSL15.27º25.58%57.84%-
HSV(B)15.27º31.43%68.63%-
XYZ29.5927.5221.52-
YUV144.66114.08149.64-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.79%
GREEN value IS 134 (52.73% from 255) = 31.24%
BLUE value IS 120 (47.27% from 255) = 27.97%
R=40.79%
G=31.24%
B=27.97%

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
Decimal17513412000.230.310.3115.2725.5857.84
HexAF86780171F1Ff1a3a
Octal2572061700273737173272
Binary101011111000011011110000101111111111111111111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8678; }

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

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

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

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

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

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

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

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