Html Css Color HEX #A47A63 Medium Wood

📋 copy color: '#A47A63'

red 164 ◦ green 122 ◦ blue 99

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

Shades of Medium Wood #A47A63

Tints of Medium Wood #A47A63

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.69%

 BLUE value IS 99 (39.06% from 255) = 25.71%

R = 42.6%
G = 31.69%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A47A63 (or 0xA47A63) is known color: Medium Wood. HEX triplet: A4, 7A and 63. RGB value is (164,122,99). Sum of RGB (Red+Green+Blue) = 164+122+99=385 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.60% from 385); Green value is 122 (48.05% from 255 or 31.69% from 385); Blue value is 99 (39.06% from 255 or 25.71% from 385); Max value from RGB is 164 - color contains mainly: red. Hex color #A47A63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47A63 is #5B859C. Grayscale: #848484. Windows color (decimal): -5997981 or 6519460. OLE color: 6519460.

HSL color Cylindrical-coordinate representation of color #A47A63: hue angle of 21.23º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A47A63 is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 122 99 -
CMYK 0 0.26 0.40 0.36
HSL 21.23º 0.26% 0.52% -
HSV(B) 21.23º 0.4% 0.64% -
XYZ 24.52 22.71 14.9 -
YUV 131.94 109.41 150.87 -
System Red Green Blue C M Y K H S L
Decimal 164 122 99 0 0.26 0.40 0.36 21.23 0.26 0.52
Hex A4 7A 63 0 1A 28 24 15 1A 34
Octal 244 172 143 0 32 50 44 25 32 64
Binary 10100100 1111010 1100011 0 11010 101000 100100 10101 11010 110100

Color Harmonies of #A47A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47A63

Black with #A47A63

Text Example


Text Example

White with #A47A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47A63; }

 p { color: rgb(164,122,99); }

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

background-color css

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

 a { background-color: rgb(164,122,99); }

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

border-color css

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

 span { border-color: rgb(164,122,99); }

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