Html Css Color HEX #A37F64 Medium Wood

📋 copy color: '#A37F64'

red 163 ◦ green 127 ◦ blue 100

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

Shades of Medium Wood #A37F64

Tints of Medium Wood #A37F64

RGB

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

 GREEN value IS 127 (50% from 255) = 32.56%

 BLUE value IS 100 (39.45% from 255) = 25.64%

R = 41.79%
G = 32.56%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#A37F64 (or 0xA37F64) is known color: Medium Wood. HEX triplet: A3, 7F and 64. RGB value is (163,127,100). Sum of RGB (Red+Green+Blue) = 163+127+100=390 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.79% from 390); Green value is 127 (50% from 255 or 32.56% from 390); Blue value is 100 (39.45% from 255 or 25.64% from 390); Max value from RGB is 163 - color contains mainly: red. Hex color #A37F64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37F64 is #5C809B. Grayscale: #868686. Windows color (decimal): -6062236 or 6586275. OLE color: 6586275.

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

Color convert

RGB 163 127 100 -
CMYK 0 0.22 0.39 0.36
HSL 25.71º 0.26% 0.52% -
HSV(B) 25.71º 0.39% 0.64% -
XYZ 24.99 23.89 15.35 -
YUV 134.69 108.43 148.2 -
System Red Green Blue C M Y K H S L
Decimal 163 127 100 0 0.22 0.39 0.36 25.71 0.26 0.52
Hex A3 7F 64 0 16 27 24 1A 1A 34
Octal 243 177 144 0 26 47 44 32 32 64
Binary 10100011 1111111 1100100 0 10110 100111 100100 11010 11010 110100

Color Harmonies of #A37F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37F64

Black with #A37F64

Text Example


Text Example

White with #A37F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37F64; }

 p { color: rgb(163,127,100); }

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

background-color css

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

 a { background-color: rgb(163,127,100); }

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

border-color css

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

 span { border-color: rgb(163,127,100); }

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