Html Css Color HEX #A97A63 Medium Wood

📋 copy color: '#A97A63'

red 169 ◦ green 122 ◦ blue 99

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

Shades of Medium Wood #A97A63

Tints of Medium Wood #A97A63

RGB

 RED value IS 169 (66.41% from 255) = 43.33%

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

 BLUE value IS 99 (39.06% from 255) = 25.38%

R = 43.33%
G = 31.28%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.41

 K value IS 0.34

RGB Variations

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

Color information

#A97A63 (or 0xA97A63) is known color: Medium Wood. HEX triplet: A9, 7A and 63. RGB value is (169,122,99). Sum of RGB (Red+Green+Blue) = 169+122+99=390 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.33% from 390); Green value is 122 (48.05% from 255 or 31.28% from 390); Blue value is 99 (39.06% from 255 or 25.38% from 390); Max value from RGB is 169 - color contains mainly: red. Hex color #A97A63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97A63 is #56859C. Grayscale: #858585. Windows color (decimal): -5670301 or 6519465. OLE color: 6519465.

HSL color Cylindrical-coordinate representation of color #A97A63: hue angle of 19.71º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A97A63 is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 122 99 -
CMYK 0 0.28 0.41 0.34
HSL 19.71º 0.29% 0.53% -
HSV(B) 19.71º 0.41% 0.66% -
XYZ 25.57 23.25 14.95 -
YUV 133.43 108.57 153.37 -
System Red Green Blue C M Y K H S L
Decimal 169 122 99 0 0.28 0.41 0.34 19.71 0.29 0.53
Hex A9 7A 63 0 1C 29 22 14 1D 35
Octal 251 172 143 0 34 51 42 24 35 65
Binary 10101001 1111010 1100011 0 11100 101001 100010 10100 11101 110101

Color Harmonies of #A97A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97A63

Black with #A97A63

Text Example


Text Example

White with #A97A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97A63; }

 p { color: rgb(169,122,99); }

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

background-color css

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

 a { background-color: rgb(169,122,99); }

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

border-color css

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

 span { border-color: rgb(169,122,99); }

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