Html Css Color HEX #A37F67 Medium Wood

📋 copy color: '#A37F67'

red 163 ◦ green 127 ◦ blue 103

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

Shades of Medium Wood #A37F67

Tints of Medium Wood #A37F67

RGB

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

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

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

R = 41.48%
G = 32.32%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A37F67 (or 0xA37F67) is known color: Medium Wood. HEX triplet: A3, 7F and 67. RGB value is (163,127,103). Sum of RGB (Red+Green+Blue) = 163+127+103=393 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.48% from 393); Green value is 127 (50% from 255 or 32.32% from 393); Blue value is 103 (40.62% from 255 or 26.21% from 393); Max value from RGB is 163 - color contains mainly: red. Hex color #A37F67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37F67 is #5C8098. Grayscale: #878787. Windows color (decimal): -6062233 or 6782883. OLE color: 6782883.

HSL color Cylindrical-coordinate representation of color #A37F67: hue angle of 24º 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 #A37F67 is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 127 103 -
CMYK 0 0.22 0.37 0.36
HSL 24º 0.25% 0.52% -
HSV(B) 24º 0.37% 0.64% -
XYZ 25.14 23.94 16.13 -
YUV 135.03 109.93 147.95 -
System Red Green Blue C M Y K H S L
Decimal 163 127 103 0 0.22 0.37 0.36 24 0.25 0.52
Hex A3 7F 67 0 16 25 24 18 19 34
Octal 243 177 147 0 26 45 44 30 31 64
Binary 10100011 1111111 1100111 0 10110 100101 100100 11000 11001 110100

Color Harmonies of #A37F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37F67

Black with #A37F67

Text Example


Text Example

White with #A37F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37F67; }

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

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

background-color css

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

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

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

border-color css

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

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

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