#AF807E

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

Shades of Brandy Rose #AF807E

Tints of Brandy Rose #AF807E

Color information

#AF807E (or 0xAF807E) is unknown color: approx Brandy Rose. HEX triplet: AF, 80 and 7E. RGB value is (175,128,126). Sum of RGB (Red+Green+Blue) = 175+128+126=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 128 (50.39% from 255 or 29.84% from 429); Blue value is 126 (49.61% from 255 or 29.37% from 429); Max value from RGB is 175 - color contains mainly: red. Hex color #AF807E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF807E is #507F81. Grayscale: #8D8D8D. Windows color (decimal): -5275522 or 8290479. OLE color: 8290479.

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

Color convert

RGB175128126-
CMYK00.270.280.31
HSL2.45º23.44%59.02%-
HSV(B)2.45º28%68.63%-
XYZ29.1626.0623.23-
YUV141.82119.07151.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.79%
GREEN value IS 128 (50.39% from 255) = 29.84%
BLUE value IS 126 (49.61% from 255) = 29.37%
R=40.79%
G=29.84%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512812600.270.280.312.4523.4459.02
HexAF807E01B1C1F2173b
Octal257200176033343722773
Binary1010111110000000111111001101111100111111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF807E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF807E; }

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

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

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

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

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

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

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

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