Html Css Color HEX #A47962 Medium Wood

📋 copy color: '#A47962'

red 164 ◦ green 121 ◦ blue 98

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

Shades of Medium Wood #A47962

Tints of Medium Wood #A47962

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.59%

 BLUE value IS 98 (38.67% from 255) = 25.59%

R = 42.82%
G = 31.59%
B = 25.59%

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

#A47962 (or 0xA47962) is known color: Medium Wood. HEX triplet: A4, 79 and 62. RGB value is (164,121,98). Sum of RGB (Red+Green+Blue) = 164+121+98=383 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.82% from 383); Green value is 121 (47.66% from 255 or 31.59% from 383); Blue value is 98 (38.67% from 255 or 25.59% from 383); Max value from RGB is 164 - color contains mainly: red. Hex color #A47962 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47962 is #5B869D. Grayscale: #838383. Windows color (decimal): -5998238 or 6453668. OLE color: 6453668.

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

Color convert

RGB 164 121 98 -
CMYK 0 0.26 0.40 0.36
HSL 20.91º 0.27% 0.51% -
HSV(B) 20.91º 0.4% 0.64% -
XYZ 24.35 22.45 14.6 -
YUV 131.24 109.25 151.37 -
System Red Green Blue C M Y K H S L
Decimal 164 121 98 0 0.26 0.40 0.36 20.91 0.27 0.51
Hex A4 79 62 0 1A 28 24 15 1B 33
Octal 244 171 142 0 32 50 44 25 33 63
Binary 10100100 1111001 1100010 0 11010 101000 100100 10101 11011 110011

Color Harmonies of #A47962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47962

Black with #A47962

Text Example


Text Example

White with #A47962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47962; }

 p { color: rgb(164,121,98); }

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

background-color css

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

 a { background-color: rgb(164,121,98); }

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

border-color css

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

 span { border-color: rgb(164,121,98); }

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