Html Css Color HEX #AA8171 Brandy Rose

📋 copy color: '#AA8171'

red 170 ◦ green 129 ◦ blue 113

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

Shades of Brandy Rose #AA8171

Tints of Brandy Rose #AA8171

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.31%

 BLUE value IS 113 (44.53% from 255) = 27.43%

R = 41.26%
G = 31.31%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AA8171 (or 0xAA8171) is known color: Brandy Rose. HEX triplet: AA, 81 and 71. RGB value is (170,129,113). Sum of RGB (Red+Green+Blue) = 170+129+113=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 129 (50.78% from 255 or 31.31% from 412); Blue value is 113 (44.53% from 255 or 27.43% from 412); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8171 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8171 is #557E8E. Grayscale: #8B8B8B. Windows color (decimal): -5602959 or 7438762. OLE color: 7438762.

HSL color Cylindrical-coordinate representation of color #AA8171: hue angle of 16.84º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA8171 is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 129 113 -
CMYK 0 0.24 0.34 0.33
HSL 16.84º 0.25% 0.55% -
HSV(B) 16.84º 0.34% 0.67% -
XYZ 27.41 25.44 19.09 -
YUV 139.44 113.08 149.8 -
System Red Green Blue C M Y K H S L
Decimal 170 129 113 0 0.24 0.34 0.33 16.84 0.25 0.55
Hex AA 81 71 0 18 22 21 11 19 37
Octal 252 201 161 0 30 42 41 21 31 67
Binary 10101010 10000001 1110001 0 11000 100010 100001 10001 11001 110111

Color Harmonies of #AA8171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8171

Black with #AA8171

Text Example


Text Example

White with #AA8171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8171; }

 p { color: rgb(170,129,113); }

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

background-color css

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

 a { background-color: rgb(170,129,113); }

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

border-color css

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

 span { border-color: rgb(170,129,113); }

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