#AF7D75

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

Shades of Brandy Rose #AF7D75

Tints of Brandy Rose #AF7D75

Color information

#AF7D75 (or 0xAF7D75) is unknown color: approx Brandy Rose. HEX triplet: AF, 7D and 75. RGB value is (175,125,117). Sum of RGB (Red+Green+Blue) = 175+125+117=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 125 (49.22% from 255 or 29.98% from 417); Blue value is 117 (46.09% from 255 or 28.06% from 417); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7D75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7D75 is #50828A. Grayscale: #8B8B8B. Windows color (decimal): -5276299 or 7699887. OLE color: 7699887.

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

Color convert

RGB175125117-
CMYK00.290.330.31
HSL8.28º26.61%57.25%-
HSV(B)8.28º33.14%68.63%-
XYZ28.2225.0720.18-
YUV139.04115.56153.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.97%
GREEN value IS 125 (49.22% from 255) = 29.98%
BLUE value IS 117 (46.09% from 255) = 28.06%
R=41.97%
G=29.98%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512511700.290.330.318.2826.6157.25
HexAF7D7501D211F81b39
Octal2571751650354137103371
Binary101011111111101111010101110110000111111100011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7D75; }

 p { color: rgb(175,125,117); }

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

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

 a { background-color: rgb(175,125,117); }

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

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

 span { border-color: rgb(175,125,117); }

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