Html Css Color HEX #A37F69 Medium Wood

📋 copy color: '#A37F69'

red 163 ◦ green 127 ◦ blue 105

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

Shades of Medium Wood #A37F69

Tints of Medium Wood #A37F69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 26.58%

R = 41.27%
G = 32.15%
B = 26.58%

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

#A37F69 (or 0xA37F69) is known color: Medium Wood. HEX triplet: A3, 7F and 69. RGB value is (163,127,105). Sum of RGB (Red+Green+Blue) = 163+127+105=395 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.27% from 395); Green value is 127 (50% from 255 or 32.15% from 395); Blue value is 105 (41.41% from 255 or 26.58% from 395); Max value from RGB is 163 - color contains mainly: red. Hex color #A37F69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37F69 is #5C8096. Grayscale: #878787. Windows color (decimal): -6062231 or 6913955. OLE color: 6913955.

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

Color convert

RGB 163 127 105 -
CMYK 0 0.22 0.36 0.36
HSL 22.76º 0.24% 0.53% -
HSV(B) 22.76º 0.36% 0.64% -
XYZ 25.24 23.99 16.66 -
YUV 135.26 110.93 147.79 -
System Red Green Blue C M Y K H S L
Decimal 163 127 105 0 0.22 0.36 0.36 22.76 0.24 0.53
Hex A3 7F 69 0 16 24 24 17 18 35
Octal 243 177 151 0 26 44 44 27 30 65
Binary 10100011 1111111 1101001 0 10110 100100 100100 10111 11000 110101

Color Harmonies of #A37F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37F69

Black with #A37F69

Text Example


Text Example

White with #A37F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37F69; }

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

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

background-color css

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

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

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

border-color css

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

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

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