#AF8277

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

Shades of Brandy Rose #AF8277

Tints of Brandy Rose #AF8277

Color information

#AF8277 (or 0xAF8277) is unknown color: approx Brandy Rose. HEX triplet: AF, 82 and 77. RGB value is (175,130,119). Sum of RGB (Red+Green+Blue) = 175+130+119=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 130 (51.17% from 255 or 30.66% from 424); Blue value is 119 (46.88% from 255 or 28.07% from 424); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8277 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8277 is #507D88. Grayscale: #8E8E8E. Windows color (decimal): -5275017 or 7832239. OLE color: 7832239.

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

Color convert

RGB175130119-
CMYK00.260.320.31
HSL11.79º25.93%57.65%-
HSV(B)11.79º32%68.63%-
XYZ28.9926.4121.02-
YUV142.2114.91151.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.27%
GREEN value IS 130 (51.17% from 255) = 30.66%
BLUE value IS 119 (46.88% from 255) = 28.07%
R=41.27%
G=30.66%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513011900.260.320.3111.7925.9357.65
HexAF827701A201Fc1a3a
Octal2572021670324037143272
Binary1010111110000010111011101101010000011111110011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8277; }

 p { color: rgb(175,130,119); }

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

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

 a { background-color: rgb(175,130,119); }

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

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

 span { border-color: rgb(175,130,119); }

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