Html Css Color HEX #A37A62 Medium Wood

📋 copy color: '#A37A62'

red 163 ◦ green 122 ◦ blue 98

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

Shades of Medium Wood #A37A62

Tints of Medium Wood #A37A62

RGB

 RED value IS 163 (64.06% from 255) = 42.56%

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

 BLUE value IS 98 (38.67% from 255) = 25.59%

R = 42.56%
G = 31.85%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A37A62 (or 0xA37A62) is known color: Medium Wood. HEX triplet: A3, 7A and 62. RGB value is (163,122,98). Sum of RGB (Red+Green+Blue) = 163+122+98=383 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.56% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 98 (38.67% from 255 or 25.59% from 383); Max value from RGB is 163 - color contains mainly: red. Hex color #A37A62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37A62 is #5C859D. Grayscale: #838383. Windows color (decimal): -6063518 or 6453923. OLE color: 6453923.

HSL color Cylindrical-coordinate representation of color #A37A62: hue angle of 22.15º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A37A62 is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 122 98 -
CMYK 0 0.25 0.40 0.36
HSL 22.15º 0.26% 0.51% -
HSV(B) 22.15º 0.4% 0.64% -
XYZ 24.27 22.59 14.64 -
YUV 131.52 109.08 150.45 -
System Red Green Blue C M Y K H S L
Decimal 163 122 98 0 0.25 0.40 0.36 22.15 0.26 0.51
Hex A3 7A 62 0 19 28 24 16 1A 33
Octal 243 172 142 0 31 50 44 26 32 63
Binary 10100011 1111010 1100010 0 11001 101000 100100 10110 11010 110011

Color Harmonies of #A37A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37A62

Black with #A37A62

Text Example


Text Example

White with #A37A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37A62; }

 p { color: rgb(163,122,98); }

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

background-color css

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

 a { background-color: rgb(163,122,98); }

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

border-color css

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

 span { border-color: rgb(163,122,98); }

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