Html Css Color HEX #AA8474 Brandy Rose

📋 copy color: '#AA8474'

red 170 ◦ green 132 ◦ blue 116

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

Shades of Brandy Rose #AA8474

Tints of Brandy Rose #AA8474

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.58%

 BLUE value IS 116 (45.7% from 255) = 27.75%

R = 40.67%
G = 31.58%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AA8474 (or 0xAA8474) is known color: Brandy Rose. HEX triplet: AA, 84 and 74. RGB value is (170,132,116). Sum of RGB (Red+Green+Blue) = 170+132+116=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 132 (51.95% from 255 or 31.58% from 418); Blue value is 116 (45.70% from 255 or 27.75% from 418); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8474 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8474 is #557B8B. Grayscale: #8D8D8D. Windows color (decimal): -5602188 or 7636138. OLE color: 7636138.

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

Color convert

RGB 170 132 116 -
CMYK 0 0.22 0.32 0.33
HSL 17.78º 0.24% 0.56% -
HSV(B) 17.78º 0.32% 0.67% -
XYZ 27.98 26.31 20.13 -
YUV 141.54 113.59 148.3 -
System Red Green Blue C M Y K H S L
Decimal 170 132 116 0 0.22 0.32 0.33 17.78 0.24 0.56
Hex AA 84 74 0 16 20 21 12 18 38
Octal 252 204 164 0 26 40 41 22 30 70
Binary 10101010 10000100 1110100 0 10110 100000 100001 10010 11000 111000

Color Harmonies of #AA8474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8474

Black with #AA8474

Text Example


Text Example

White with #AA8474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8474; }

 p { color: rgb(170,132,116); }

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

background-color css

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

 a { background-color: rgb(170,132,116); }

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

border-color css

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

 span { border-color: rgb(170,132,116); }

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