Html Css Color HEX #AA7E78 Brandy Rose

📋 copy color: '#AA7E78'

red 170 ◦ green 126 ◦ blue 120

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

Shades of Brandy Rose #AA7E78

Tints of Brandy Rose #AA7E78

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.29%

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

R = 40.87%
G = 30.29%
B = 28.85%

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

#AA7E78 (or 0xAA7E78) is known color: Brandy Rose. HEX triplet: AA, 7E and 78. RGB value is (170,126,120). Sum of RGB (Red+Green+Blue) = 170+126+120=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 126 (49.61% from 255 or 30.29% from 416); Blue value is 120 (47.27% from 255 or 28.85% from 416); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7E78 is #558187. Grayscale: #8A8A8A. Windows color (decimal): -5603720 or 7896746. OLE color: 7896746.

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

Color convert

RGB 170 126 120 -
CMYK 0 0.26 0.29 0.33
HSL 7.2º 0.23% 0.57% -
HSV(B) 7.2º 0.29% 0.67% -
XYZ 27.43 24.82 21.12 -
YUV 138.47 117.58 150.49 -
System Red Green Blue C M Y K H S L
Decimal 170 126 120 0 0.26 0.29 0.33 7.2 0.23 0.57
Hex AA 7E 78 0 1A 1D 21 7 17 39
Octal 252 176 170 0 32 35 41 7 27 71
Binary 10101010 1111110 1111000 0 11010 11101 100001 111 10111 111001

Color Harmonies of #AA7E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7E78

Black with #AA7E78

Text Example


Text Example

White with #AA7E78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7E78; }

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

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

background-color css

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

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

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

border-color css

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

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

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