Html Css Color HEX #AA8072 Brandy Rose

📋 copy color: '#AA8072'

red 170 ◦ green 128 ◦ blue 114

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

Shades of Brandy Rose #AA8072

Tints of Brandy Rose #AA8072

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.07%

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

R = 41.26%
G = 31.07%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AA8072 (or 0xAA8072) is known color: Brandy Rose. HEX triplet: AA, 80 and 72. RGB value is (170,128,114). Sum of RGB (Red+Green+Blue) = 170+128+114=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 128 (50.39% from 255 or 31.07% from 412); Blue value is 114 (44.92% from 255 or 27.67% from 412); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8072 is #557F8D. Grayscale: #8B8B8B. Windows color (decimal): -5603214 or 7504042. OLE color: 7504042.

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

Color convert

RGB 170 128 114 -
CMYK 0 0.25 0.33 0.33
HSL 15º 0.25% 0.56% -
HSV(B) 15º 0.33% 0.67% -
XYZ 27.33 25.2 19.34 -
YUV 138.96 113.91 150.14 -
System Red Green Blue C M Y K H S L
Decimal 170 128 114 0 0.25 0.33 0.33 15 0.25 0.56
Hex AA 80 72 0 19 21 21 F 19 38
Octal 252 200 162 0 31 41 41 17 31 70
Binary 10101010 10000000 1110010 0 11001 100001 100001 1111 11001 111000

Color Harmonies of #AA8072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8072

Black with #AA8072

Text Example


Text Example

White with #AA8072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8072; }

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

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

background-color css

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

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

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

border-color css

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

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

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