#AF7E7A

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

Shades of Brandy Rose #AF7E7A

Tints of Brandy Rose #AF7E7A

Color information

#AF7E7A (or 0xAF7E7A) is unknown color: approx Brandy Rose. HEX triplet: AF, 7E and 7A. RGB value is (175,126,122). Sum of RGB (Red+Green+Blue) = 175+126+122=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 126 (49.61% from 255 or 29.79% from 423); Blue value is 122 (48.05% from 255 or 28.84% from 423); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7E7A is #508185. Grayscale: #8C8C8C. Windows color (decimal): -5276038 or 8027823. OLE color: 8027823.

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

Color convert

RGB175126122-
CMYK00.280.300.31
HSL4.53º24.88%58.24%-
HSV(B)4.53º30.29%68.63%-
XYZ28.6525.4421.81-
YUV140.2117.73152.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.37%
GREEN value IS 126 (49.61% from 255) = 29.79%
BLUE value IS 122 (48.05% from 255) = 28.84%
R=41.37%
G=29.79%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512612200.280.300.314.5324.8858.24
HexAF7E7A01C1E1F5193a
Octal257176172034363753172
Binary1010111111111101111010011100111101111110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7E7A; }

 p { color: rgb(175,126,122); }

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

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

 a { background-color: rgb(175,126,122); }

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

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

 span { border-color: rgb(175,126,122); }

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