#AF7B7A

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

Shades of Brandy Rose #AF7B7A

Tints of Brandy Rose #AF7B7A

Color information

#AF7B7A (or 0xAF7B7A) is unknown color: approx Brandy Rose. HEX triplet: AF, 7B and 7A. RGB value is (175,123,122). Sum of RGB (Red+Green+Blue) = 175+123+122=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 123 (48.44% from 255 or 29.29% from 420); Blue value is 122 (48.05% from 255 or 29.05% from 420); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7B7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7B7A is #508485. Grayscale: #8A8A8A. Windows color (decimal): -5276806 or 8027055. OLE color: 8027055.

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

Color convert

RGB175123122-
CMYK00.300.300.31
HSL1.13º24.88%58.24%-
HSV(B)1.13º30.29%68.63%-
XYZ28.2824.6921.69-
YUV138.43118.73154.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.67%
GREEN value IS 123 (48.44% from 255) = 29.29%
BLUE value IS 122 (48.05% from 255) = 29.05%
R=41.67%
G=29.29%
B=29.05%

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
Decimal17512312200.300.300.311.1324.8858.24
HexAF7B7A01E1E1F1193a
Octal257173172036363713172
Binary10101111111101111110100111101111011111111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7B7A; }

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

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

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

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

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

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

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

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