Html Css Color HEX #A47C69 Medium Wood

📋 copy color: '#A47C69'

red 164 ◦ green 124 ◦ blue 105

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

Shades of Medium Wood #A47C69

Tints of Medium Wood #A47C69

RGB

 RED value IS 164 (64.45% from 255) = 41.73%

 GREEN value IS 124 (48.83% from 255) = 31.55%

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

R = 41.73%
G = 31.55%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#A47C69 (or 0xA47C69) is known color: Medium Wood. HEX triplet: A4, 7C and 69. RGB value is (164,124,105). Sum of RGB (Red+Green+Blue) = 164+124+105=393 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.73% from 393); Green value is 124 (48.83% from 255 or 31.55% from 393); Blue value is 105 (41.41% from 255 or 26.72% from 393); Max value from RGB is 164 - color contains mainly: red. Hex color #A47C69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47C69 is #5B8396. Grayscale: #858585. Windows color (decimal): -5997463 or 6913188. OLE color: 6913188.

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

Color convert

RGB 164 124 105 -
CMYK 0 0.24 0.36 0.36
HSL 19.32º 0.24% 0.53% -
HSV(B) 19.32º 0.36% 0.64% -
XYZ 25.07 23.33 16.55 -
YUV 133.79 111.75 149.54 -
System Red Green Blue C M Y K H S L
Decimal 164 124 105 0 0.24 0.36 0.36 19.32 0.24 0.53
Hex A4 7C 69 0 18 24 24 13 18 35
Octal 244 174 151 0 30 44 44 23 30 65
Binary 10100100 1111100 1101001 0 11000 100100 100100 10011 11000 110101

Color Harmonies of #A47C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47C69

Black with #A47C69

Text Example


Text Example

White with #A47C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47C69; }

 p { color: rgb(164,124,105); }

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

background-color css

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

 a { background-color: rgb(164,124,105); }

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

border-color css

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

 span { border-color: rgb(164,124,105); }

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