Html Css Color HEX #AA8075 Brandy Rose

📋 copy color: '#AA8075'

red 170 ◦ green 128 ◦ blue 117

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

Shades of Brandy Rose #AA8075

Tints of Brandy Rose #AA8075

RGB

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

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

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

R = 40.96%
G = 30.84%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AA8075 (or 0xAA8075) is known color: Brandy Rose. HEX triplet: AA, 80 and 75. RGB value is (170,128,117). Sum of RGB (Red+Green+Blue) = 170+128+117=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 128 (50.39% from 255 or 30.84% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8075 is #557F8A. Grayscale: #8B8B8B. Windows color (decimal): -5603211 or 7700650. OLE color: 7700650.

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

Color convert

RGB 170 128 117 -
CMYK 0 0.25 0.31 0.33
HSL 12.45º 0.24% 0.56% -
HSV(B) 12.45º 0.31% 0.67% -
XYZ 27.51 25.27 20.26 -
YUV 139.3 115.41 149.89 -
System Red Green Blue C M Y K H S L
Decimal 170 128 117 0 0.25 0.31 0.33 12.45 0.24 0.56
Hex AA 80 75 0 19 1F 21 C 18 38
Octal 252 200 165 0 31 37 41 14 30 70
Binary 10101010 10000000 1110101 0 11001 11111 100001 1100 11000 111000

Color Harmonies of #AA8075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8075

Black with #AA8075

Text Example


Text Example

White with #AA8075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8075; }

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

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

background-color css

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

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

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

border-color css

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

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

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