Html Css Color HEX #AA775A Medium Wood

📋 copy color: '#AA775A'

red 170 ◦ green 119 ◦ blue 90

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

Shades of Medium Wood #AA775A

Tints of Medium Wood #AA775A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.4%

 BLUE value IS 90 (35.55% from 255) = 23.75%

R = 44.85%
G = 31.4%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AA775A (or 0xAA775A) is known color: Medium Wood. HEX triplet: AA, 77 and 5A. RGB value is (170,119,90). Sum of RGB (Red+Green+Blue) = 170+119+90=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 90 (35.55% from 255 or 23.75% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA775A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA775A is #5588A5. Grayscale: #838383. Windows color (decimal): -5605542 or 5928874. OLE color: 5928874.

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

Color convert

RGB 170 119 90 -
CMYK 0 0.3 0.47 0.33
HSL 21.75º 0.32% 0.51% -
HSV(B) 21.75º 0.47% 0.67% -
XYZ 25.02 22.48 12.69 -
YUV 130.94 104.9 155.86 -
System Red Green Blue C M Y K H S L
Decimal 170 119 90 0 0.3 0.47 0.33 21.75 0.32 0.51
Hex AA 77 5A 0 1E 2F 21 16 20 33
Octal 252 167 132 0 36 57 41 26 40 63
Binary 10101010 1110111 1011010 0 11110 101111 100001 10110 100000 110011

Color Harmonies of #AA775A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA775A

Black with #AA775A

Text Example


Text Example

White with #AA775A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA775A; }

 p { color: rgb(170,119,90); }

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

background-color css

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

 a { background-color: rgb(170,119,90); }

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

border-color css

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

 span { border-color: rgb(170,119,90); }

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