Html Css Color HEX #AA8475 Brandy Rose

📋 copy color: '#AA8475'

red 170 ◦ green 132 ◦ blue 117

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

Shades of Brandy Rose #AA8475

Tints of Brandy Rose #AA8475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.92%

R = 40.57%
G = 31.5%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AA8475 (or 0xAA8475) is known color: Brandy Rose. HEX triplet: AA, 84 and 75. RGB value is (170,132,117). Sum of RGB (Red+Green+Blue) = 170+132+117=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 132 (51.95% from 255 or 31.50% from 419); Blue value is 117 (46.09% from 255 or 27.92% from 419); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8475 is #557B8A. Grayscale: #8D8D8D. Windows color (decimal): -5602187 or 7701674. OLE color: 7701674.

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

Color convert

RGB 170 132 117 -
CMYK 0 0.22 0.31 0.33
HSL 16.98º 0.24% 0.56% -
HSV(B) 16.98º 0.31% 0.67% -
XYZ 28.04 26.33 20.43 -
YUV 141.65 114.09 148.22 -
System Red Green Blue C M Y K H S L
Decimal 170 132 117 0 0.22 0.31 0.33 16.98 0.24 0.56
Hex AA 84 75 0 16 1F 21 11 18 38
Octal 252 204 165 0 26 37 41 21 30 70
Binary 10101010 10000100 1110101 0 10110 11111 100001 10001 11000 111000

Color Harmonies of #AA8475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8475

Black with #AA8475

Text Example


Text Example

White with #AA8475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8475; }

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

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

background-color css

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

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

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

border-color css

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

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

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