Html Css Color HEX #A27A62 Medium Wood

📋 copy color: '#A27A62'

red 162 ◦ green 122 ◦ blue 98

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

Shades of Medium Wood #A27A62

Tints of Medium Wood #A27A62

RGB

 RED value IS 162 (63.67% from 255) = 42.41%

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

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

R = 42.41%
G = 31.94%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A27A62 (or 0xA27A62) is known color: Medium Wood. HEX triplet: A2, 7A and 62. RGB value is (162,122,98). Sum of RGB (Red+Green+Blue) = 162+122+98=382 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.41% from 382); Green value is 122 (48.05% from 255 or 31.94% from 382); Blue value is 98 (38.67% from 255 or 25.65% from 382); Max value from RGB is 162 - color contains mainly: red. Hex color #A27A62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27A62 is #5D859D. Grayscale: #838383. Windows color (decimal): -6129054 or 6453922. OLE color: 6453922.

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

Color convert

RGB 162 122 98 -
CMYK 0 0.25 0.40 0.36
HSL 22.5º 0.26% 0.51% -
HSV(B) 22.5º 0.4% 0.64% -
XYZ 24.06 22.48 14.63 -
YUV 131.22 109.25 149.95 -
System Red Green Blue C M Y K H S L
Decimal 162 122 98 0 0.25 0.40 0.36 22.5 0.26 0.51
Hex A2 7A 62 0 19 28 24 16 1A 33
Octal 242 172 142 0 31 50 44 26 32 63
Binary 10100010 1111010 1100010 0 11001 101000 100100 10110 11010 110011

Color Harmonies of #A27A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27A62

Black with #A27A62

Text Example


Text Example

White with #A27A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27A62; }

 p { color: rgb(162,122,98); }

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

background-color css

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

 a { background-color: rgb(162,122,98); }

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

border-color css

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

 span { border-color: rgb(162,122,98); }

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