Html Css Color HEX #A37F68 Medium Wood

📋 copy color: '#A37F68'

red 163 ◦ green 127 ◦ blue 104

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

Shades of Medium Wood #A37F68

Tints of Medium Wood #A37F68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 26.4%

R = 41.37%
G = 32.23%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#A37F68 (or 0xA37F68) is known color: Medium Wood. HEX triplet: A3, 7F and 68. RGB value is (163,127,104). Sum of RGB (Red+Green+Blue) = 163+127+104=394 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.37% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 104 (41.02% from 255 or 26.40% from 394); Max value from RGB is 163 - color contains mainly: red. Hex color #A37F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37F68 is #5C8097. Grayscale: #878787. Windows color (decimal): -6062232 or 6848419. OLE color: 6848419.

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

Color convert

RGB 163 127 104 -
CMYK 0 0.22 0.36 0.36
HSL 23.39º 0.24% 0.52% -
HSV(B) 23.39º 0.36% 0.64% -
XYZ 25.19 23.96 16.39 -
YUV 135.14 110.43 147.87 -
System Red Green Blue C M Y K H S L
Decimal 163 127 104 0 0.22 0.36 0.36 23.39 0.24 0.52
Hex A3 7F 68 0 16 24 24 17 18 34
Octal 243 177 150 0 26 44 44 27 30 64
Binary 10100011 1111111 1101000 0 10110 100100 100100 10111 11000 110100

Color Harmonies of #A37F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37F68

Black with #A37F68

Text Example


Text Example

White with #A37F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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