#AF827C

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

Shades of Brandy Rose #AF827C

Tints of Brandy Rose #AF827C

Color information

#AF827C (or 0xAF827C) is unknown color: approx Brandy Rose. HEX triplet: AF, 82 and 7C. RGB value is (175,130,124). Sum of RGB (Red+Green+Blue) = 175+130+124=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 124 (48.83% from 255 or 28.90% from 429); Max value from RGB is 175 - color contains mainly: red. Hex color #AF827C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF827C is #507D83. Grayscale: #8E8E8E. Windows color (decimal): -5275012 or 8159919. OLE color: 8159919.

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

Color convert

RGB175130124-
CMYK00.260.290.31
HSL7.06º24.17%58.63%-
HSV(B)7.06º29.14%68.63%-
XYZ29.326.5322.65-
YUV142.77117.41150.99-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.79%
GREEN value IS 130 (51.17% from 255) = 30.30%
BLUE value IS 124 (48.83% from 255) = 28.90%
R=40.79%
G=30.30%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513012400.260.290.317.0624.1758.63
HexAF827C01A1D1F7183b
Octal257202174032353773073
Binary10101111100000101111100011010111011111111111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF827C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF827C; }

 p { color: rgb(175,130,124); }

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

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

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

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

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

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

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