Html Css Color HEX #AA7C70 Brandy Rose

📋 copy color: '#AA7C70'

red 170 ◦ green 124 ◦ blue 112

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

Shades of Brandy Rose #AA7C70

Tints of Brandy Rose #AA7C70

RGB

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

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

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

R = 41.87%
G = 30.54%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AA7C70 (or 0xAA7C70) is known color: Brandy Rose. HEX triplet: AA, 7C and 70. RGB value is (170,124,112). Sum of RGB (Red+Green+Blue) = 170+124+112=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 124 (48.83% from 255 or 30.54% from 406); Blue value is 112 (44.14% from 255 or 27.59% from 406); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7C70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7C70 is #55838F. Grayscale: #888888. Windows color (decimal): -5604240 or 7371946. OLE color: 7371946.

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

Color convert

RGB 170 124 112 -
CMYK 0 0.27 0.34 0.33
HSL 12.41º 0.25% 0.55% -
HSV(B) 12.41º 0.34% 0.67% -
XYZ 26.71 24.13 18.58 -
YUV 136.39 114.24 151.98 -
System Red Green Blue C M Y K H S L
Decimal 170 124 112 0 0.27 0.34 0.33 12.41 0.25 0.55
Hex AA 7C 70 0 1B 22 21 C 19 37
Octal 252 174 160 0 33 42 41 14 31 67
Binary 10101010 1111100 1110000 0 11011 100010 100001 1100 11001 110111

Color Harmonies of #AA7C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7C70

Black with #AA7C70

Text Example


Text Example

White with #AA7C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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