Html Css Color HEX #AA837B Brandy Rose

📋 copy color: '#AA837B'

red 170 ◦ green 131 ◦ blue 123

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

Shades of Brandy Rose #AA837B

Tints of Brandy Rose #AA837B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.01%

R = 40.09%
G = 30.9%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AA837B (or 0xAA837B) is known color: Brandy Rose. HEX triplet: AA, 83 and 7B. RGB value is (170,131,123). Sum of RGB (Red+Green+Blue) = 170+131+123=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 131 (51.56% from 255 or 30.90% from 424); Blue value is 123 (48.44% from 255 or 29.01% from 424); Max value from RGB is 170 - color contains mainly: red. Hex color #AA837B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA837B is #557C84. Grayscale: #8D8D8D. Windows color (decimal): -5602437 or 8094634. OLE color: 8094634.

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

Color convert

RGB 170 131 123 -
CMYK 0 0.23 0.28 0.33
HSL 10.21º 0.22% 0.57% -
HSV(B) 10.21º 0.28% 0.67% -
XYZ 28.27 26.21 22.31 -
YUV 141.75 117.42 148.15 -
System Red Green Blue C M Y K H S L
Decimal 170 131 123 0 0.23 0.28 0.33 10.21 0.22 0.57
Hex AA 83 7B 0 17 1C 21 A 16 39
Octal 252 203 173 0 27 34 41 12 26 71
Binary 10101010 10000011 1111011 0 10111 11100 100001 1010 10110 111001

Color Harmonies of #AA837B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA837B

Black with #AA837B

Text Example


Text Example

White with #AA837B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA837B; }

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

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

background-color css

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

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

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

border-color css

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

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

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