Html Css Color HEX #A27E62 Medium Wood

📋 copy color: '#A27E62'

red 162 ◦ green 126 ◦ blue 98

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

Shades of Medium Wood #A27E62

Tints of Medium Wood #A27E62

RGB

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

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

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

R = 41.97%
G = 32.64%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A27E62 (or 0xA27E62) is known color: Medium Wood. HEX triplet: A2, 7E and 62. RGB value is (162,126,98). Sum of RGB (Red+Green+Blue) = 162+126+98=386 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.97% from 386); Green value is 126 (49.61% from 255 or 32.64% from 386); Blue value is 98 (38.67% from 255 or 25.39% from 386); Max value from RGB is 162 - color contains mainly: red. Hex color #A27E62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27E62 is #5D819D. Grayscale: #858585. Windows color (decimal): -6128030 or 6454946. OLE color: 6454946.

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

Color convert

RGB 162 126 98 -
CMYK 0 0.22 0.40 0.36
HSL 26.25º 0.26% 0.51% -
HSV(B) 26.25º 0.4% 0.64% -
XYZ 24.57 23.48 14.79 -
YUV 133.57 107.93 148.28 -
System Red Green Blue C M Y K H S L
Decimal 162 126 98 0 0.22 0.40 0.36 26.25 0.26 0.51
Hex A2 7E 62 0 16 28 24 1A 1A 33
Octal 242 176 142 0 26 50 44 32 32 63
Binary 10100010 1111110 1100010 0 10110 101000 100100 11010 11010 110011

Color Harmonies of #A27E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27E62

Black with #A27E62

Text Example


Text Example

White with #A27E62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27E62; }

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

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

background-color css

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

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

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

border-color css

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

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

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