Html Css Color HEX #AA827A Brandy Rose

📋 copy color: '#AA827A'

red 170 ◦ green 130 ◦ blue 122

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

Shades of Brandy Rose #AA827A

Tints of Brandy Rose #AA827A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.81%

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

R = 40.28%
G = 30.81%
B = 28.91%

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

#AA827A (or 0xAA827A) is known color: Brandy Rose. HEX triplet: AA, 82 and 7A. RGB value is (170,130,122). Sum of RGB (Red+Green+Blue) = 170+130+122=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 130 (51.17% from 255 or 30.81% from 422); Blue value is 122 (48.05% from 255 or 28.91% from 422); Max value from RGB is 170 - color contains mainly: red. Hex color #AA827A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA827A is #557D85. Grayscale: #8D8D8D. Windows color (decimal): -5602694 or 8028842. OLE color: 8028842.

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

Color convert

RGB 170 130 122 -
CMYK 0 0.24 0.28 0.33
HSL 10º 0.22% 0.57% -
HSV(B) 10º 0.28% 0.67% -
XYZ 28.07 25.92 21.94 -
YUV 141.05 117.25 148.65 -
System Red Green Blue C M Y K H S L
Decimal 170 130 122 0 0.24 0.28 0.33 10 0.22 0.57
Hex AA 82 7A 0 18 1C 21 A 16 39
Octal 252 202 172 0 30 34 41 12 26 71
Binary 10101010 10000010 1111010 0 11000 11100 100001 1010 10110 111001

Color Harmonies of #AA827A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA827A

Black with #AA827A

Text Example


Text Example

White with #AA827A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA827A; }

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

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

background-color css

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

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

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

border-color css

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

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

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