Html Css Color HEX #AA7B5B Medium Wood

📋 copy color: '#AA7B5B'

red 170 ◦ green 123 ◦ blue 91

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

Shades of Medium Wood #AA7B5B

Tints of Medium Wood #AA7B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.7%

R = 44.27%
G = 32.03%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AA7B5B (or 0xAA7B5B) is known color: Medium Wood. HEX triplet: AA, 7B and 5B. RGB value is (170,123,91). Sum of RGB (Red+Green+Blue) = 170+123+91=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 123 (48.44% from 255 or 32.03% from 384); Blue value is 91 (35.94% from 255 or 23.70% from 384); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7B5B is #5584A4. Grayscale: #858585. Windows color (decimal): -5604517 or 5995434. OLE color: 5995434.

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

Color convert

RGB 170 123 91 -
CMYK 0 0.28 0.46 0.33
HSL 24.3º 0.32% 0.51% -
HSV(B) 24.3º 0.46% 0.67% -
XYZ 25.55 23.47 13.08 -
YUV 133.41 104.07 154.1 -
System Red Green Blue C M Y K H S L
Decimal 170 123 91 0 0.28 0.46 0.33 24.3 0.32 0.51
Hex AA 7B 5B 0 1C 2E 21 18 20 33
Octal 252 173 133 0 34 56 41 30 40 63
Binary 10101010 1111011 1011011 0 11100 101110 100001 11000 100000 110011

Color Harmonies of #AA7B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7B5B

Black with #AA7B5B

Text Example


Text Example

White with #AA7B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7B5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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