Html Css Color HEX #A37B69 Medium Wood

📋 copy color: '#A37B69'

red 163 ◦ green 123 ◦ blue 105

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

Shades of Medium Wood #A37B69

Tints of Medium Wood #A37B69

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.46%

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

R = 41.69%
G = 31.46%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#A37B69 (or 0xA37B69) is known color: Medium Wood. HEX triplet: A3, 7B and 69. RGB value is (163,123,105). Sum of RGB (Red+Green+Blue) = 163+123+105=391 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.69% from 391); Green value is 123 (48.44% from 255 or 31.46% from 391); Blue value is 105 (41.41% from 255 or 26.85% from 391); Max value from RGB is 163 - color contains mainly: red. Hex color #A37B69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37B69 is #5C8496. Grayscale: #858585. Windows color (decimal): -6063255 or 6912931. OLE color: 6912931.

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

Color convert

RGB 163 123 105 -
CMYK 0 0.25 0.36 0.36
HSL 18.62º 0.24% 0.53% -
HSV(B) 18.62º 0.36% 0.64% -
XYZ 24.74 22.97 16.49 -
YUV 132.91 112.25 149.46 -
System Red Green Blue C M Y K H S L
Decimal 163 123 105 0 0.25 0.36 0.36 18.62 0.24 0.53
Hex A3 7B 69 0 19 24 24 13 18 35
Octal 243 173 151 0 31 44 44 23 30 65
Binary 10100011 1111011 1101001 0 11001 100100 100100 10011 11000 110101

Color Harmonies of #A37B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37B69

Black with #A37B69

Text Example


Text Example

White with #A37B69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37B69; }

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

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

background-color css

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

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

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

border-color css

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

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

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