#AF7D7A

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

Shades of Brandy Rose #AF7D7A

Tints of Brandy Rose #AF7D7A

Color information

#AF7D7A (or 0xAF7D7A) is unknown color: approx Brandy Rose. HEX triplet: AF, 7D and 7A. RGB value is (175,125,122). Sum of RGB (Red+Green+Blue) = 175+125+122=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 125 (49.22% from 255 or 29.62% from 422); Blue value is 122 (48.05% from 255 or 28.91% from 422); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7D7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7D7A is #508285. Grayscale: #8B8B8B. Windows color (decimal): -5276294 or 8027567. OLE color: 8027567.

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

Color convert

RGB175125122-
CMYK00.290.300.31
HSL3.4º24.88%58.24%-
HSV(B)3.4º30.29%68.63%-
XYZ28.5325.1921.77-
YUV139.61118.06153.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.47%
GREEN value IS 125 (49.22% from 255) = 29.62%
BLUE value IS 122 (48.05% from 255) = 28.91%
R=41.47%
G=29.62%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512512200.290.300.313.424.8858.24
HexAF7D7A01D1E1F3193a
Octal257175172035363733172
Binary101011111111101111101001110111110111111111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7D7A; }

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

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

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

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

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

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

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

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