Html Css Color HEX #AA817C Brandy Rose

📋 copy color: '#AA817C'

red 170 ◦ green 129 ◦ blue 124

#AA817C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brandy Rose #AA817C

Tints of Brandy Rose #AA817C

RGB

 RED value IS 170 (66.8% from 255) = 40.19%

 GREEN value IS 129 (50.78% from 255) = 30.5%

 BLUE value IS 124 (48.83% from 255) = 29.31%

R = 40.19%
G = 30.5%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AA817C (or 0xAA817C) is known color: Brandy Rose. HEX triplet: AA, 81 and 7C. RGB value is (170,129,124). Sum of RGB (Red+Green+Blue) = 170+129+124=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 129 (50.78% from 255 or 30.50% from 423); Blue value is 124 (48.83% from 255 or 29.31% from 423); Max value from RGB is 170 - color contains mainly: red. Hex color #AA817C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA817C is #557E83. Grayscale: #8C8C8C. Windows color (decimal): -5602948 or 8159658. OLE color: 8159658.

HSL color Cylindrical-coordinate representation of color #AA817C: hue angle of 6.52º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AA817C is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 129 124 -
CMYK 0 0.24 0.27 0.33
HSL 6.52º 0.21% 0.58% -
HSV(B) 6.52º 0.27% 0.67% -
XYZ 28.07 25.7 22.55 -
YUV 140.69 118.58 148.91 -
System Red Green Blue C M Y K H S L
Decimal 170 129 124 0 0.24 0.27 0.33 6.52 0.21 0.58
Hex AA 81 7C 0 18 1B 21 7 15 3A
Octal 252 201 174 0 30 33 41 7 25 72
Binary 10101010 10000001 1111100 0 11000 11011 100001 111 10101 111010

Color Harmonies of #AA817C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA817C

Black with #AA817C

Text Example


Text Example

White with #AA817C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA817C; }

 p { color: rgb(170,129,124); }

 H1.HeaderClassName
 {
   color: #AA817C;
 }
 .AnyTagClassName
 {
   color: #AA817C;
 }
</style>

background-color css

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

 a { background-color: rgb(170,129,124); }

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

border-color css

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

 span { border-color: rgb(170,129,124); }

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