Html Css Color HEX #AA7D71 Brandy Rose

📋 copy color: '#AA7D71'

red 170 ◦ green 125 ◦ blue 113

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

Shades of Brandy Rose #AA7D71

Tints of Brandy Rose #AA7D71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 27.7%

R = 41.67%
G = 30.64%
B = 27.7%

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

#AA7D71 (or 0xAA7D71) is known color: Brandy Rose. HEX triplet: AA, 7D and 71. RGB value is (170,125,113). Sum of RGB (Red+Green+Blue) = 170+125+113=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 125 (49.22% from 255 or 30.64% from 408); Blue value is 113 (44.53% from 255 or 27.70% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7D71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7D71 is #55828E. Grayscale: #898989. Windows color (decimal): -5603983 or 7437738. OLE color: 7437738.

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

Color convert

RGB 170 125 113 -
CMYK 0 0.26 0.34 0.33
HSL 12.63º 0.25% 0.55% -
HSV(B) 12.63º 0.34% 0.67% -
XYZ 26.89 24.41 18.92 -
YUV 137.09 114.41 151.48 -
System Red Green Blue C M Y K H S L
Decimal 170 125 113 0 0.26 0.34 0.33 12.63 0.25 0.55
Hex AA 7D 71 0 1A 22 21 D 19 37
Octal 252 175 161 0 32 42 41 15 31 67
Binary 10101010 1111101 1110001 0 11010 100010 100001 1101 11001 110111

Color Harmonies of #AA7D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7D71

Black with #AA7D71

Text Example


Text Example

White with #AA7D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7D71; }

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

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

background-color css

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

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

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

border-color css

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

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

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