Html Css Color HEX #AA7F73 Brandy Rose

📋 copy color: '#AA7F73'

red 170 ◦ green 127 ◦ blue 115

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

Shades of Brandy Rose #AA7F73

Tints of Brandy Rose #AA7F73

RGB

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

 GREEN value IS 127 (50% from 255) = 30.83%

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

R = 41.26%
G = 30.83%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AA7F73 (or 0xAA7F73) is known color: Brandy Rose. HEX triplet: AA, 7F and 73. RGB value is (170,127,115). Sum of RGB (Red+Green+Blue) = 170+127+115=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 127 (50% from 255 or 30.83% from 412); Blue value is 115 (45.31% from 255 or 27.91% from 412); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7F73 is #55808C. Grayscale: #8A8A8A. Windows color (decimal): -5603469 or 7569322. OLE color: 7569322.

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

Color convert

RGB 170 127 115 -
CMYK 0 0.25 0.32 0.33
HSL 13.09º 0.24% 0.56% -
HSV(B) 13.09º 0.32% 0.67% -
XYZ 27.26 24.96 19.6 -
YUV 138.49 114.75 150.48 -
System Red Green Blue C M Y K H S L
Decimal 170 127 115 0 0.25 0.32 0.33 13.09 0.24 0.56
Hex AA 7F 73 0 19 20 21 D 18 38
Octal 252 177 163 0 31 40 41 15 30 70
Binary 10101010 1111111 1110011 0 11001 100000 100001 1101 11000 111000

Color Harmonies of #AA7F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7F73

Black with #AA7F73

Text Example


Text Example

White with #AA7F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7F73; }

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

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

background-color css

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

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

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

border-color css

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

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

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