Html Css Color HEX #AA817A Brandy Rose

📋 copy color: '#AA817A'

red 170 ◦ green 129 ◦ blue 122

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

Shades of Brandy Rose #AA817A

Tints of Brandy Rose #AA817A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.98%

R = 40.38%
G = 30.64%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AA817A (or 0xAA817A) is known color: Brandy Rose. HEX triplet: AA, 81 and 7A. RGB value is (170,129,122). Sum of RGB (Red+Green+Blue) = 170+129+122=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 129 (50.78% from 255 or 30.64% from 421); Blue value is 122 (48.05% from 255 or 28.98% from 421); Max value from RGB is 170 - color contains mainly: red. Hex color #AA817A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA817A is #557E85. Grayscale: #8C8C8C. Windows color (decimal): -5602950 or 8028586. OLE color: 8028586.

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

Color convert

RGB 170 129 122 -
CMYK 0 0.24 0.28 0.33
HSL 8.75º 0.22% 0.57% -
HSV(B) 8.75º 0.28% 0.67% -
XYZ 27.94 25.65 21.89 -
YUV 140.46 117.58 149.07 -
System Red Green Blue C M Y K H S L
Decimal 170 129 122 0 0.24 0.28 0.33 8.75 0.22 0.57
Hex AA 81 7A 0 18 1C 21 9 16 39
Octal 252 201 172 0 30 34 41 11 26 71
Binary 10101010 10000001 1111010 0 11000 11100 100001 1001 10110 111001

Color Harmonies of #AA817A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA817A

Black with #AA817A

Text Example


Text Example

White with #AA817A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA817A; }

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

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

background-color css

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

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

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

border-color css

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

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

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