Html Css Color HEX #AA7B73 Brandy Rose

📋 copy color: '#AA7B73'

red 170 ◦ green 123 ◦ blue 115

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

Shades of Brandy Rose #AA7B73

Tints of Brandy Rose #AA7B73

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.15%

 BLUE value IS 115 (45.31% from 255) = 28.19%

R = 41.67%
G = 30.15%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AA7B73 (or 0xAA7B73) is known color: Brandy Rose. HEX triplet: AA, 7B and 73. RGB value is (170,123,115). Sum of RGB (Red+Green+Blue) = 170+123+115=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 123 (48.44% from 255 or 30.15% from 408); Blue value is 115 (45.31% from 255 or 28.19% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7B73 is #55848C. Grayscale: #888888. Windows color (decimal): -5604493 or 7568298. OLE color: 7568298.

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

Color convert

RGB 170 123 115 -
CMYK 0 0.28 0.32 0.33
HSL 8.73º 0.24% 0.56% -
HSV(B) 8.73º 0.32% 0.67% -
XYZ 26.76 23.95 19.43 -
YUV 136.14 116.07 152.15 -
System Red Green Blue C M Y K H S L
Decimal 170 123 115 0 0.28 0.32 0.33 8.73 0.24 0.56
Hex AA 7B 73 0 1C 20 21 9 18 38
Octal 252 173 163 0 34 40 41 11 30 70
Binary 10101010 1111011 1110011 0 11100 100000 100001 1001 11000 111000

Color Harmonies of #AA7B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7B73

Black with #AA7B73

Text Example


Text Example

White with #AA7B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7B73; }

 p { color: rgb(170,123,115); }

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

background-color css

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

 a { background-color: rgb(170,123,115); }

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

border-color css

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

 span { border-color: rgb(170,123,115); }

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