Html Css Color HEX #AA827E Brandy Rose

📋 copy color: '#AA827E'

red 170 ◦ green 130 ◦ blue 126

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

Shades of Brandy Rose #AA827E

Tints of Brandy Rose #AA827E

RGB

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

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

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

R = 39.91%
G = 30.52%
B = 29.58%

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

#AA827E (or 0xAA827E) is known color: Brandy Rose. HEX triplet: AA, 82 and 7E. RGB value is (170,130,126). Sum of RGB (Red+Green+Blue) = 170+130+126=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 130 (51.17% from 255 or 30.52% from 426); Blue value is 126 (49.61% from 255 or 29.58% from 426); Max value from RGB is 170 - color contains mainly: red. Hex color #AA827E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA827E is #557D81. Grayscale: #8D8D8D. Windows color (decimal): -5602690 or 8290986. OLE color: 8290986.

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

Color convert

RGB 170 130 126 -
CMYK 0 0.24 0.26 0.33
HSL 5.45º 0.21% 0.58% -
HSV(B) 5.45º 0.26% 0.67% -
XYZ 28.33 26.02 23.27 -
YUV 141.5 119.25 148.33 -
System Red Green Blue C M Y K H S L
Decimal 170 130 126 0 0.24 0.26 0.33 5.45 0.21 0.58
Hex AA 82 7E 0 18 1A 21 5 15 3A
Octal 252 202 176 0 30 32 41 5 25 72
Binary 10101010 10000010 1111110 0 11000 11010 100001 101 10101 111010

Color Harmonies of #AA827E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA827E

Black with #AA827E

Text Example


Text Example

White with #AA827E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA827E; }

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

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

background-color css

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

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

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

border-color css

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

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

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