Html Css Color HEX #AA837D Brandy Rose

📋 copy color: '#AA837D'

red 170 ◦ green 131 ◦ blue 125

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

Shades of Brandy Rose #AA837D

Tints of Brandy Rose #AA837D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.34%

R = 39.91%
G = 30.75%
B = 29.34%

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

#AA837D (or 0xAA837D) is known color: Brandy Rose. HEX triplet: AA, 83 and 7D. RGB value is (170,131,125). Sum of RGB (Red+Green+Blue) = 170+131+125=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 131 (51.56% from 255 or 30.75% from 426); Blue value is 125 (49.22% from 255 or 29.34% from 426); Max value from RGB is 170 - color contains mainly: red. Hex color #AA837D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA837D is #557C82. Grayscale: #8E8E8E. Windows color (decimal): -5602435 or 8225706. OLE color: 8225706.

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

Color convert

RGB 170 131 125 -
CMYK 0 0.23 0.26 0.33
HSL 0.21% 0.58% -
HSV(B) 0.26% 0.67% -
XYZ 28.4 26.26 22.97 -
YUV 141.98 118.42 147.99 -
System Red Green Blue C M Y K H S L
Decimal 170 131 125 0 0.23 0.26 0.33 8 0.21 0.58
Hex AA 83 7D 0 17 1A 21 8 15 3A
Octal 252 203 175 0 27 32 41 10 25 72
Binary 10101010 10000011 1111101 0 10111 11010 100001 1000 10101 111010

Color Harmonies of #AA837D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA837D

Black with #AA837D

Text Example


Text Example

White with #AA837D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA837D; }

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

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

background-color css

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

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

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

border-color css

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

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

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