Html Css Color HEX #AA7F76 Brandy Rose

📋 copy color: '#AA7F76'

red 170 ◦ green 127 ◦ blue 118

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

Shades of Brandy Rose #AA7F76

Tints of Brandy Rose #AA7F76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 28.43%

R = 40.96%
G = 30.6%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AA7F76 (or 0xAA7F76) is known color: Brandy Rose. HEX triplet: AA, 7F and 76. RGB value is (170,127,118). Sum of RGB (Red+Green+Blue) = 170+127+118=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 127 (50% from 255 or 30.60% from 415); Blue value is 118 (46.48% from 255 or 28.43% from 415); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7F76 is #558089. Grayscale: #8A8A8A. Windows color (decimal): -5603466 or 7765930. OLE color: 7765930.

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

Color convert

RGB 170 127 118 -
CMYK 0 0.25 0.31 0.33
HSL 10.38º 0.23% 0.56% -
HSV(B) 10.38º 0.31% 0.67% -
XYZ 27.44 25.03 20.53 -
YUV 138.83 116.25 150.23 -
System Red Green Blue C M Y K H S L
Decimal 170 127 118 0 0.25 0.31 0.33 10.38 0.23 0.56
Hex AA 7F 76 0 19 1F 21 A 17 38
Octal 252 177 166 0 31 37 41 12 27 70
Binary 10101010 1111111 1110110 0 11001 11111 100001 1010 10111 111000

Color Harmonies of #AA7F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7F76

Black with #AA7F76

Text Example


Text Example

White with #AA7F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7F76; }

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

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

background-color css

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

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

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

border-color css

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

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

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