Html Css Color HEX #AA837E Brandy Rose

📋 copy color: '#AA837E'

red 170 ◦ green 131 ◦ blue 126

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

Shades of Brandy Rose #AA837E

Tints of Brandy Rose #AA837E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.68%

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

R = 39.81%
G = 30.68%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AA837E (or 0xAA837E) is known color: Brandy Rose. HEX triplet: AA, 83 and 7E. RGB value is (170,131,126). Sum of RGB (Red+Green+Blue) = 170+131+126=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 131 (51.56% from 255 or 30.68% from 427); Blue value is 126 (49.61% from 255 or 29.51% from 427); Max value from RGB is 170 - color contains mainly: red. Hex color #AA837E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA837E is #557C81. Grayscale: #8E8E8E. Windows color (decimal): -5602434 or 8291242. OLE color: 8291242.

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

Color convert

RGB 170 131 126 -
CMYK 0 0.23 0.26 0.33
HSL 6.82º 0.21% 0.58% -
HSV(B) 6.82º 0.26% 0.67% -
XYZ 28.46 26.29 23.31 -
YUV 142.09 118.92 147.91 -
System Red Green Blue C M Y K H S L
Decimal 170 131 126 0 0.23 0.26 0.33 6.82 0.21 0.58
Hex AA 83 7E 0 17 1A 21 7 15 3A
Octal 252 203 176 0 27 32 41 7 25 72
Binary 10101010 10000011 1111110 0 10111 11010 100001 111 10101 111010

Color Harmonies of #AA837E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA837E

Black with #AA837E

Text Example


Text Example

White with #AA837E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA837E; }

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

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

background-color css

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

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

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

border-color css

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

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

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