#AF7B7B

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

Shades of Brandy Rose #AF7B7B

Tints of Brandy Rose #AF7B7B

Color information

#AF7B7B (or 0xAF7B7B) is unknown color: approx Brandy Rose. HEX triplet: AF, 7B and 7B. RGB value is (175,123,123). Sum of RGB (Red+Green+Blue) = 175+123+123=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 123 (48.44% from 255 or 29.22% from 421); Blue value is 123 (48.44% from 255 or 29.22% from 421); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7B7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7B7B is #508484. Grayscale: #8A8A8A. Windows color (decimal): -5276805 or 8092591. OLE color: 8092591.

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

Color convert

RGB175123123-
CMYK00.300.300.31
HSL24.53%58.43%-
HSV(B)29.71%68.63%-
XYZ28.3424.7122.01-
YUV138.55119.23154-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.57%
GREEN value IS 123 (48.44% from 255) = 29.22%
BLUE value IS 123 (48.44% from 255) = 29.22%
R=41.57%
G=29.22%
B=29.22%

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
Decimal17512312300.300.300.31024.5358.43
HexAF7B7B01E1E1F0193a
Octal257173173036363703172
Binary10101111111101111110110111101111011111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7B7B; }

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

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

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

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

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

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

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

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