#AF807F

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

Shades of Brandy Rose #AF807F

Tints of Brandy Rose #AF807F

Color information

#AF807F (or 0xAF807F) is unknown color: approx Brandy Rose. HEX triplet: AF, 80 and 7F. RGB value is (175,128,127). Sum of RGB (Red+Green+Blue) = 175+128+127=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 128 (50.39% from 255 or 29.77% from 430); Blue value is 127 (50% from 255 or 29.53% from 430); Max value from RGB is 175 - color contains mainly: red. Hex color #AF807F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF807F is #507F80. Grayscale: #8D8D8D. Windows color (decimal): -5275521 or 8356015. OLE color: 8356015.

HSL color Cylindrical-coordinate representation of color #AF807F: hue angle of 1.25º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AF807F is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB175128127-
CMYK00.270.270.31
HSL1.25º23.08%59.22%-
HSV(B)1.25º27.43%68.63%-
XYZ29.2326.0823.57-
YUV141.94119.57151.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.70%
GREEN value IS 128 (50.39% from 255) = 29.77%
BLUE value IS 127 (50% from 255) = 29.53%
R=40.70%
G=29.77%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512812700.270.270.311.2523.0859.22
HexAF807F01B1B1F1173b
Octal257200177033333712773
Binary101011111000000011111110110111101111111110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF807F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF807F; }

 p { color: rgb(175,128,127); }

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

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

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

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

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

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

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