Html Css Color HEX #A37D69 Medium Wood

📋 copy color: '#A37D69'

red 163 ◦ green 125 ◦ blue 105

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

Shades of Medium Wood #A37D69

Tints of Medium Wood #A37D69

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.81%

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

R = 41.48%
G = 31.81%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#A37D69 (or 0xA37D69) is known color: Medium Wood. HEX triplet: A3, 7D and 69. RGB value is (163,125,105). Sum of RGB (Red+Green+Blue) = 163+125+105=393 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.48% from 393); Green value is 125 (49.22% from 255 or 31.81% from 393); Blue value is 105 (41.41% from 255 or 26.72% from 393); Max value from RGB is 163 - color contains mainly: red. Hex color #A37D69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37D69 is #5C8296. Grayscale: #868686. Windows color (decimal): -6062743 or 6913443. OLE color: 6913443.

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

Color convert

RGB 163 125 105 -
CMYK 0 0.23 0.36 0.36
HSL 20.69º 0.24% 0.53% -
HSV(B) 20.69º 0.36% 0.64% -
XYZ 24.99 23.47 16.58 -
YUV 134.08 111.59 148.63 -
System Red Green Blue C M Y K H S L
Decimal 163 125 105 0 0.23 0.36 0.36 20.69 0.24 0.53
Hex A3 7D 69 0 17 24 24 15 18 35
Octal 243 175 151 0 27 44 44 25 30 65
Binary 10100011 1111101 1101001 0 10111 100100 100100 10101 11000 110101

Color Harmonies of #A37D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37D69

Black with #A37D69

Text Example


Text Example

White with #A37D69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37D69; }

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

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

background-color css

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

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

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

border-color css

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

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

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