Html Css Color HEX #AA817E Brandy Rose

📋 copy color: '#AA817E'

red 170 ◦ green 129 ◦ blue 126

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

Shades of Brandy Rose #AA817E

Tints of Brandy Rose #AA817E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 29.65%

R = 40%
G = 30.35%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AA817E (or 0xAA817E) is known color: Brandy Rose. HEX triplet: AA, 81 and 7E. RGB value is (170,129,126). Sum of RGB (Red+Green+Blue) = 170+129+126=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 129 (50.78% from 255 or 30.35% from 425); Blue value is 126 (49.61% from 255 or 29.65% from 425); Max value from RGB is 170 - color contains mainly: red. Hex color #AA817E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA817E is #557E81. Grayscale: #8C8C8C. Windows color (decimal): -5602946 or 8290730. OLE color: 8290730.

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

Color convert

RGB 170 129 126 -
CMYK 0 0.24 0.26 0.33
HSL 4.09º 0.21% 0.58% -
HSV(B) 4.09º 0.26% 0.67% -
XYZ 28.19 25.75 23.22 -
YUV 140.92 119.58 148.74 -
System Red Green Blue C M Y K H S L
Decimal 170 129 126 0 0.24 0.26 0.33 4.09 0.21 0.58
Hex AA 81 7E 0 18 1A 21 4 15 3A
Octal 252 201 176 0 30 32 41 4 25 72
Binary 10101010 10000001 1111110 0 11000 11010 100001 100 10101 111010

Color Harmonies of #AA817E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA817E

Black with #AA817E

Text Example


Text Example

White with #AA817E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA817E; }

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

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

background-color css

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

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

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

border-color css

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

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

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