Html Css Color HEX #AA7C79 Brandy Rose

📋 copy color: '#AA7C79'

red 170 ◦ green 124 ◦ blue 121

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

Shades of Brandy Rose #AA7C79

Tints of Brandy Rose #AA7C79

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.88%

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

R = 40.96%
G = 29.88%
B = 29.16%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AA7C79 (or 0xAA7C79) is known color: Brandy Rose. HEX triplet: AA, 7C and 79. RGB value is (170,124,121). Sum of RGB (Red+Green+Blue) = 170+124+121=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 124 (48.83% from 255 or 29.88% from 415); Blue value is 121 (47.66% from 255 or 29.16% from 415); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7C79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7C79 is #558386. Grayscale: #898989. Windows color (decimal): -5604231 or 7961770. OLE color: 7961770.

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

Color convert

RGB 170 124 121 -
CMYK 0 0.27 0.29 0.33
HSL 3.67º 0.22% 0.57% -
HSV(B) 3.67º 0.29% 0.67% -
XYZ 27.24 24.34 21.35 -
YUV 137.41 118.74 151.24 -
System Red Green Blue C M Y K H S L
Decimal 170 124 121 0 0.27 0.29 0.33 3.67 0.22 0.57
Hex AA 7C 79 0 1B 1D 21 4 16 39
Octal 252 174 171 0 33 35 41 4 26 71
Binary 10101010 1111100 1111001 0 11011 11101 100001 100 10110 111001

Color Harmonies of #AA7C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7C79

Black with #AA7C79

Text Example


Text Example

White with #AA7C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7C79; }

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

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

background-color css

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

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

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

border-color css

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

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

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