Html Css Color HEX #AA7D72 Brandy Rose

📋 copy color: '#AA7D72'

red 170 ◦ green 125 ◦ blue 114

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

Shades of Brandy Rose #AA7D72

Tints of Brandy Rose #AA7D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.87%

R = 41.56%
G = 30.56%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AA7D72 (or 0xAA7D72) is known color: Brandy Rose. HEX triplet: AA, 7D and 72. RGB value is (170,125,114). Sum of RGB (Red+Green+Blue) = 170+125+114=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 125 (49.22% from 255 or 30.56% from 409); Blue value is 114 (44.92% from 255 or 27.87% from 409); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7D72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7D72 is #55828D. Grayscale: #898989. Windows color (decimal): -5603982 or 7503274. OLE color: 7503274.

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

Color convert

RGB 170 125 114 -
CMYK 0 0.26 0.33 0.33
HSL 11.79º 0.25% 0.56% -
HSV(B) 11.79º 0.33% 0.67% -
XYZ 26.95 24.43 19.21 -
YUV 137.2 114.91 151.39 -
System Red Green Blue C M Y K H S L
Decimal 170 125 114 0 0.26 0.33 0.33 11.79 0.25 0.56
Hex AA 7D 72 0 1A 21 21 C 19 38
Octal 252 175 162 0 32 41 41 14 31 70
Binary 10101010 1111101 1110010 0 11010 100001 100001 1100 11001 111000

Color Harmonies of #AA7D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7D72

Black with #AA7D72

Text Example


Text Example

White with #AA7D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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