Html Css Color HEX #AA8172 Brandy Rose

📋 copy color: '#AA8172'

red 170 ◦ green 129 ◦ blue 114

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

Shades of Brandy Rose #AA8172

Tints of Brandy Rose #AA8172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.6%

R = 41.16%
G = 31.23%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AA8172 (or 0xAA8172) is known color: Brandy Rose. HEX triplet: AA, 81 and 72. RGB value is (170,129,114). Sum of RGB (Red+Green+Blue) = 170+129+114=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 129 (50.78% from 255 or 31.23% from 413); Blue value is 114 (44.92% from 255 or 27.60% from 413); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8172 is #557E8D. Grayscale: #8B8B8B. Windows color (decimal): -5602958 or 7504298. OLE color: 7504298.

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

Color convert

RGB 170 129 114 -
CMYK 0 0.24 0.33 0.33
HSL 16.07º 0.25% 0.56% -
HSV(B) 16.07º 0.33% 0.67% -
XYZ 27.47 25.46 19.39 -
YUV 139.55 113.58 149.72 -
System Red Green Blue C M Y K H S L
Decimal 170 129 114 0 0.24 0.33 0.33 16.07 0.25 0.56
Hex AA 81 72 0 18 21 21 10 19 38
Octal 252 201 162 0 30 41 41 20 31 70
Binary 10101010 10000001 1110010 0 11000 100001 100001 10000 11001 111000

Color Harmonies of #AA8172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8172

Black with #AA8172

Text Example


Text Example

White with #AA8172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8172; }

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

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

background-color css

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

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

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

border-color css

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

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

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