Html Css Color HEX #AA8379 Brandy Rose

📋 copy color: '#AA8379'

red 170 ◦ green 131 ◦ blue 121

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

Shades of Brandy Rose #AA8379

Tints of Brandy Rose #AA8379

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.04%

 BLUE value IS 121 (47.66% from 255) = 28.67%

R = 40.28%
G = 31.04%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AA8379 (or 0xAA8379) is known color: Brandy Rose. HEX triplet: AA, 83 and 79. RGB value is (170,131,121). Sum of RGB (Red+Green+Blue) = 170+131+121=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 131 (51.56% from 255 or 31.04% from 422); Blue value is 121 (47.66% from 255 or 28.67% from 422); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8379 is #557C86. Grayscale: #8D8D8D. Windows color (decimal): -5602439 or 7963562. OLE color: 7963562.

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

Color convert

RGB 170 131 121 -
CMYK 0 0.23 0.29 0.33
HSL 12.24º 0.22% 0.57% -
HSV(B) 12.24º 0.29% 0.67% -
XYZ 28.15 26.16 21.65 -
YUV 141.52 116.42 148.31 -
System Red Green Blue C M Y K H S L
Decimal 170 131 121 0 0.23 0.29 0.33 12.24 0.22 0.57
Hex AA 83 79 0 17 1D 21 C 16 39
Octal 252 203 171 0 27 35 41 14 26 71
Binary 10101010 10000011 1111001 0 10111 11101 100001 1100 10110 111001

Color Harmonies of #AA8379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8379

Black with #AA8379

Text Example


Text Example

White with #AA8379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8379; }

 p { color: rgb(170,131,121); }

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

background-color css

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

 a { background-color: rgb(170,131,121); }

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

border-color css

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

 span { border-color: rgb(170,131,121); }

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