Html Css Color HEX #AA7D78 Brandy Rose

📋 copy color: '#AA7D78'

red 170 ◦ green 125 ◦ blue 120

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

Shades of Brandy Rose #AA7D78

Tints of Brandy Rose #AA7D78

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.12%

 BLUE value IS 120 (47.27% from 255) = 28.92%

R = 40.96%
G = 30.12%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AA7D78 (or 0xAA7D78) is known color: Brandy Rose. HEX triplet: AA, 7D and 78. RGB value is (170,125,120). Sum of RGB (Red+Green+Blue) = 170+125+120=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 125 (49.22% from 255 or 30.12% from 415); Blue value is 120 (47.27% from 255 or 28.92% from 415); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7D78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7D78 is #558287. Grayscale: #898989. Windows color (decimal): -5603976 or 7896490. OLE color: 7896490.

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

Color convert

RGB 170 125 120 -
CMYK 0 0.26 0.29 0.33
HSL 0.23% 0.57% -
HSV(B) 0.29% 0.67% -
XYZ 27.3 24.57 21.07 -
YUV 137.89 117.91 150.91 -
System Red Green Blue C M Y K H S L
Decimal 170 125 120 0 0.26 0.29 0.33 6 0.23 0.57
Hex AA 7D 78 0 1A 1D 21 6 17 39
Octal 252 175 170 0 32 35 41 6 27 71
Binary 10101010 1111101 1111000 0 11010 11101 100001 110 10111 111001

Color Harmonies of #AA7D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7D78

Black with #AA7D78

Text Example


Text Example

White with #AA7D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7D78; }

 p { color: rgb(170,125,120); }

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

background-color css

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

 a { background-color: rgb(170,125,120); }

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

border-color css

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

 span { border-color: rgb(170,125,120); }

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