#AF827E

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

Shades of Brandy Rose #AF827E

Tints of Brandy Rose #AF827E

Color information

#AF827E (or 0xAF827E) is unknown color: approx Brandy Rose. HEX triplet: AF, 82 and 7E. RGB value is (175,130,126). Sum of RGB (Red+Green+Blue) = 175+130+126=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 130 (51.17% from 255 or 30.16% from 431); Blue value is 126 (49.61% from 255 or 29.23% from 431); Max value from RGB is 175 - color contains mainly: red. Hex color #AF827E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF827E is #507D81. Grayscale: #8F8F8F. Windows color (decimal): -5275010 or 8290991. OLE color: 8290991.

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

Color convert

RGB175130126-
CMYK00.260.280.31
HSL4.9º23.44%59.02%-
HSV(B)4.9º28%68.63%-
XYZ29.4326.5923.32-
YUV143118.41150.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.60%
GREEN value IS 130 (51.17% from 255) = 30.16%
BLUE value IS 126 (49.61% from 255) = 29.23%
R=40.60%
G=30.16%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513012600.260.280.314.923.4459.02
HexAF827E01A1C1F5173b
Octal257202176032343752773
Binary10101111100000101111110011010111001111110110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF827E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF827E; }

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

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

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

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

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

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

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

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