Html Css Color HEX #AA7A67 Medium Wood

📋 copy color: '#AA7A67'

red 170 ◦ green 122 ◦ blue 103

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

Shades of Medium Wood #AA7A67

Tints of Medium Wood #AA7A67

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.89%

 BLUE value IS 103 (40.63% from 255) = 26.08%

R = 43.04%
G = 30.89%
B = 26.08%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AA7A67 (or 0xAA7A67) is known color: Medium Wood. HEX triplet: AA, 7A and 67. RGB value is (170,122,103). Sum of RGB (Red+Green+Blue) = 170+122+103=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 103 (40.62% from 255 or 26.08% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7A67 is #558598. Grayscale: #868686. Windows color (decimal): -5604761 or 6781610. OLE color: 6781610.

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

Color convert

RGB 170 122 103 -
CMYK 0 0.28 0.39 0.33
HSL 17.01º 0.28% 0.54% -
HSV(B) 17.01º 0.39% 0.67% -
XYZ 25.99 23.44 15.99 -
YUV 134.19 110.4 153.54 -
System Red Green Blue C M Y K H S L
Decimal 170 122 103 0 0.28 0.39 0.33 17.01 0.28 0.54
Hex AA 7A 67 0 1C 27 21 11 1C 36
Octal 252 172 147 0 34 47 41 21 34 66
Binary 10101010 1111010 1100111 0 11100 100111 100001 10001 11100 110110

Color Harmonies of #AA7A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7A67

Black with #AA7A67

Text Example


Text Example

White with #AA7A67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7A67; }

 p { color: rgb(170,122,103); }

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

background-color css

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

 a { background-color: rgb(170,122,103); }

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

border-color css

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

 span { border-color: rgb(170,122,103); }

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