Html Css Color HEX #A37A66 Medium Wood

📋 copy color: '#A37A66'

red 163 ◦ green 122 ◦ blue 102

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

Shades of Medium Wood #A37A66

Tints of Medium Wood #A37A66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 26.36%

R = 42.12%
G = 31.52%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A37A66 (or 0xA37A66) is known color: Medium Wood. HEX triplet: A3, 7A and 66. RGB value is (163,122,102). Sum of RGB (Red+Green+Blue) = 163+122+102=387 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.12% from 387); Green value is 122 (48.05% from 255 or 31.52% from 387); Blue value is 102 (40.23% from 255 or 26.36% from 387); Max value from RGB is 163 - color contains mainly: red. Hex color #A37A66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37A66 is #5C8599. Grayscale: #848484. Windows color (decimal): -6063514 or 6716067. OLE color: 6716067.

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

Color convert

RGB 163 122 102 -
CMYK 0 0.25 0.37 0.36
HSL 19.67º 0.25% 0.52% -
HSV(B) 19.67º 0.37% 0.64% -
XYZ 24.46 22.66 15.66 -
YUV 131.98 111.08 150.13 -
System Red Green Blue C M Y K H S L
Decimal 163 122 102 0 0.25 0.37 0.36 19.67 0.25 0.52
Hex A3 7A 66 0 19 25 24 14 19 34
Octal 243 172 146 0 31 45 44 24 31 64
Binary 10100011 1111010 1100110 0 11001 100101 100100 10100 11001 110100

Color Harmonies of #A37A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37A66

Black with #A37A66

Text Example


Text Example

White with #A37A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37A66; }

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

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

background-color css

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

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

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

border-color css

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

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

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