Html Css Color HEX #AA815F Medium Wood

📋 copy color: '#AA815F'

red 170 ◦ green 129 ◦ blue 95

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

Shades of Medium Wood #AA815F

Tints of Medium Wood #AA815F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.74%

 BLUE value IS 95 (37.5% from 255) = 24.11%

R = 43.15%
G = 32.74%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AA815F (or 0xAA815F) is known color: Medium Wood. HEX triplet: AA, 81 and 5F. RGB value is (170,129,95). Sum of RGB (Red+Green+Blue) = 170+129+95=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 129 (50.78% from 255 or 32.74% from 394); Blue value is 95 (37.5% from 255 or 24.11% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AA815F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA815F is #557EA0. Grayscale: #898989. Windows color (decimal): -5602977 or 6259114. OLE color: 6259114.

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

Color convert

RGB 170 129 95 -
CMYK 0 0.24 0.44 0.33
HSL 27.2º 0.31% 0.52% -
HSV(B) 27.2º 0.44% 0.67% -
XYZ 26.49 25.07 14.27 -
YUV 137.38 104.08 151.26 -
System Red Green Blue C M Y K H S L
Decimal 170 129 95 0 0.24 0.44 0.33 27.2 0.31 0.52
Hex AA 81 5F 0 18 2C 21 1B 1F 34
Octal 252 201 137 0 30 54 41 33 37 64
Binary 10101010 10000001 1011111 0 11000 101100 100001 11011 11111 110100

Color Harmonies of #AA815F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA815F

Black with #AA815F

Text Example


Text Example

White with #AA815F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA815F; }

 p { color: rgb(170,129,95); }

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

background-color css

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

 a { background-color: rgb(170,129,95); }

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

border-color css

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

 span { border-color: rgb(170,129,95); }

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