#AF7A7A

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

Shades of Brandy Rose #AF7A7A

Tints of Brandy Rose #AF7A7A

Color information

#AF7A7A (or 0xAF7A7A) is unknown color: approx Brandy Rose. HEX triplet: AF, 7A and 7A. RGB value is (175,122,122). Sum of RGB (Red+Green+Blue) = 175+122+122=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 122 (48.05% from 255 or 29.12% from 419); Blue value is 122 (48.05% from 255 or 29.12% from 419); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7A7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7A7A is #508585. Grayscale: #898989. Windows color (decimal): -5277062 or 8026799. OLE color: 8026799.

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

Color convert

RGB175122122-
CMYK00.300.300.31
HSL24.88%58.24%-
HSV(B)30.29%68.63%-
XYZ28.1524.4421.65-
YUV137.85119.06154.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.77%
GREEN value IS 122 (48.05% from 255) = 29.12%
BLUE value IS 122 (48.05% from 255) = 29.12%
R=41.77%
G=29.12%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512212200.300.300.31024.8858.24
HexAF7A7A01E1E1F0193a
Octal257172172036363703172
Binary10101111111101011110100111101111011111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7A7A; }

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

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

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

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

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

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

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

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