Html Css Color HEX #AA7B76 Brandy Rose

📋 copy color: '#AA7B76'

red 170 ◦ green 123 ◦ blue 118

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

Shades of Brandy Rose #AA7B76

Tints of Brandy Rose #AA7B76

RGB

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

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

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

R = 41.36%
G = 29.93%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AA7B76 (or 0xAA7B76) is known color: Brandy Rose. HEX triplet: AA, 7B and 76. RGB value is (170,123,118). Sum of RGB (Red+Green+Blue) = 170+123+118=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 123 (48.44% from 255 or 29.93% from 411); Blue value is 118 (46.48% from 255 or 28.71% from 411); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7B76 is #558489. Grayscale: #888888. Windows color (decimal): -5604490 or 7764906. OLE color: 7764906.

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

Color convert

RGB 170 123 118 -
CMYK 0 0.28 0.31 0.33
HSL 5.77º 0.23% 0.56% -
HSV(B) 5.77º 0.31% 0.67% -
XYZ 26.93 24.02 20.36 -
YUV 136.48 117.57 151.91 -
System Red Green Blue C M Y K H S L
Decimal 170 123 118 0 0.28 0.31 0.33 5.77 0.23 0.56
Hex AA 7B 76 0 1C 1F 21 6 17 38
Octal 252 173 166 0 34 37 41 6 27 70
Binary 10101010 1111011 1110110 0 11100 11111 100001 110 10111 111000

Color Harmonies of #AA7B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7B76

Black with #AA7B76

Text Example


Text Example

White with #AA7B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7B76; }

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

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

background-color css

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

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

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

border-color css

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

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

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