Html Css Color HEX #A47E68 Medium Wood

📋 copy color: '#A47E68'

red 164 ◦ green 126 ◦ blue 104

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

Shades of Medium Wood #A47E68

Tints of Medium Wood #A47E68

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.98%

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

R = 41.62%
G = 31.98%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A47E68 (or 0xA47E68) is known color: Medium Wood. HEX triplet: A4, 7E and 68. RGB value is (164,126,104). Sum of RGB (Red+Green+Blue) = 164+126+104=394 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.62% from 394); Green value is 126 (49.61% from 255 or 31.98% from 394); Blue value is 104 (41.02% from 255 or 26.40% from 394); Max value from RGB is 164 - color contains mainly: red. Hex color #A47E68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47E68 is #5B8197. Grayscale: #868686. Windows color (decimal): -5996952 or 6848164. OLE color: 6848164.

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

Color convert

RGB 164 126 104 -
CMYK 0 0.23 0.37 0.36
HSL 22º 0.25% 0.53% -
HSV(B) 22º 0.37% 0.64% -
XYZ 25.27 23.81 16.36 -
YUV 134.85 110.59 148.79 -
System Red Green Blue C M Y K H S L
Decimal 164 126 104 0 0.23 0.37 0.36 22 0.25 0.53
Hex A4 7E 68 0 17 25 24 16 19 35
Octal 244 176 150 0 27 45 44 26 31 65
Binary 10100100 1111110 1101000 0 10111 100101 100100 10110 11001 110101

Color Harmonies of #A47E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47E68

Black with #A47E68

Text Example


Text Example

White with #A47E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47E68; }

 p { color: rgb(164,126,104); }

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

background-color css

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

 a { background-color: rgb(164,126,104); }

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

border-color css

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

 span { border-color: rgb(164,126,104); }

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