Html Css Color HEX #AA7E70 Brandy Rose

📋 copy color: '#AA7E70'

red 170 ◦ green 126 ◦ blue 112

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

Shades of Brandy Rose #AA7E70

Tints of Brandy Rose #AA7E70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.45%

R = 41.67%
G = 30.88%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AA7E70 (or 0xAA7E70) is known color: Brandy Rose. HEX triplet: AA, 7E and 70. RGB value is (170,126,112). Sum of RGB (Red+Green+Blue) = 170+126+112=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 126 (49.61% from 255 or 30.88% from 408); Blue value is 112 (44.14% from 255 or 27.45% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7E70 is #55818F. Grayscale: #898989. Windows color (decimal): -5603728 or 7372458. OLE color: 7372458.

HSL color Cylindrical-coordinate representation of color #AA7E70: hue angle of 14.48º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA7E70 is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 126 112 -
CMYK 0 0.26 0.34 0.33
HSL 14.48º 0.25% 0.55% -
HSV(B) 14.48º 0.34% 0.67% -
XYZ 26.96 24.64 18.66 -
YUV 137.56 113.58 151.14 -
System Red Green Blue C M Y K H S L
Decimal 170 126 112 0 0.26 0.34 0.33 14.48 0.25 0.55
Hex AA 7E 70 0 1A 22 21 E 19 37
Octal 252 176 160 0 32 42 41 16 31 67
Binary 10101010 1111110 1110000 0 11010 100010 100001 1110 11001 110111

Color Harmonies of #AA7E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7E70

Black with #AA7E70

Text Example


Text Example

White with #AA7E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7E70; }

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

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

background-color css

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

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

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

border-color css

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

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

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