#AF8376

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

Shades of Brandy Rose #AF8376

Tints of Brandy Rose #AF8376

Color information

#AF8376 (or 0xAF8376) is unknown color: approx Brandy Rose. HEX triplet: AF, 83 and 76. RGB value is (175,131,118). Sum of RGB (Red+Green+Blue) = 175+131+118=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 131 (51.56% from 255 or 30.90% from 424); Blue value is 118 (46.48% from 255 or 27.83% from 424); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8376 is #507C89. Grayscale: #8E8E8E. Windows color (decimal): -5274762 or 7766959. OLE color: 7766959.

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

Color convert

RGB175131118-
CMYK00.250.330.31
HSL13.68º26.27%57.45%-
HSV(B)13.68º32.57%68.63%-
XYZ29.0726.6520.75-
YUV142.67114.08151.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.27%
GREEN value IS 131 (51.56% from 255) = 30.90%
BLUE value IS 118 (46.48% from 255) = 27.83%
R=41.27%
G=30.90%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513111800.250.330.3113.6826.2757.45
HexAF8376019211Fe1a39
Octal2572031660314137163271
Binary1010111110000011111011001100110000111111111011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8376; }

 p { color: rgb(175,131,118); }

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

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

 a { background-color: rgb(175,131,118); }

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

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

 span { border-color: rgb(175,131,118); }

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