Html Css Color HEX #AA8575 Brandy Rose

📋 copy color: '#AA8575'

red 170 ◦ green 133 ◦ blue 117

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

Shades of Brandy Rose #AA8575

Tints of Brandy Rose #AA8575

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.67%

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

R = 40.48%
G = 31.67%
B = 27.86%

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

#AA8575 (or 0xAA8575) is known color: Brandy Rose. HEX triplet: AA, 85 and 75. RGB value is (170,133,117). Sum of RGB (Red+Green+Blue) = 170+133+117=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 133 (52.34% from 255 or 31.67% from 420); Blue value is 117 (46.09% from 255 or 27.86% from 420); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8575 is #557A8A. Grayscale: #8E8E8E. Windows color (decimal): -5601931 or 7701930. OLE color: 7701930.

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

Color convert

RGB 170 133 117 -
CMYK 0 0.22 0.31 0.33
HSL 18.11º 0.24% 0.56% -
HSV(B) 18.11º 0.31% 0.67% -
XYZ 28.18 26.61 20.48 -
YUV 142.24 113.76 147.8 -
System Red Green Blue C M Y K H S L
Decimal 170 133 117 0 0.22 0.31 0.33 18.11 0.24 0.56
Hex AA 85 75 0 16 1F 21 12 18 38
Octal 252 205 165 0 26 37 41 22 30 70
Binary 10101010 10000101 1110101 0 10110 11111 100001 10010 11000 111000

Color Harmonies of #AA8575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8575

Black with #AA8575

Text Example


Text Example

White with #AA8575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8575; }

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

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

background-color css

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

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

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

border-color css

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

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

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