#AF817A

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

Shades of Brandy Rose #AF817A

Tints of Brandy Rose #AF817A

Color information

#AF817A (or 0xAF817A) is unknown color: approx Brandy Rose. HEX triplet: AF, 81 and 7A. RGB value is (175,129,122). Sum of RGB (Red+Green+Blue) = 175+129+122=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 129 (50.78% from 255 or 30.28% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 175 - color contains mainly: red. Hex color #AF817A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF817A is #507E85. Grayscale: #8E8E8E. Windows color (decimal): -5275270 or 8028591. OLE color: 8028591.

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

Color convert

RGB175129122-
CMYK00.260.300.31
HSL7.92º24.88%58.24%-
HSV(B)7.92º30.29%68.63%-
XYZ29.0426.2221.94-
YUV141.96116.74151.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.08%
GREEN value IS 129 (50.78% from 255) = 30.28%
BLUE value IS 122 (48.05% from 255) = 28.64%
R=41.08%
G=30.28%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512912200.260.300.317.9224.8858.24
HexAF817A01A1E1F8193a
Octal2572011720323637103172
Binary101011111000000111110100110101111011111100011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF817A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF817A; }

 p { color: rgb(175,129,122); }

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

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

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

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

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

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

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