Html Css Color HEX #A27E6B Medium Wood

📋 copy color: '#A27E6B'

red 162 ◦ green 126 ◦ blue 107

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

Shades of Medium Wood #A27E6B

Tints of Medium Wood #A27E6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.09%

R = 41.01%
G = 31.9%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A27E6B (or 0xA27E6B) is known color: Medium Wood. HEX triplet: A2, 7E and 6B. RGB value is (162,126,107). Sum of RGB (Red+Green+Blue) = 162+126+107=395 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.01% from 395); Green value is 126 (49.61% from 255 or 31.90% from 395); Blue value is 107 (42.19% from 255 or 27.09% from 395); Max value from RGB is 162 - color contains mainly: red. Hex color #A27E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27E6B is #5D8194. Grayscale: #868686. Windows color (decimal): -6128021 or 7044770. OLE color: 7044770.

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

Color convert

RGB 162 126 107 -
CMYK 0 0.22 0.34 0.36
HSL 20.73º 0.23% 0.53% -
HSV(B) 20.73º 0.34% 0.64% -
XYZ 25.01 23.66 17.16 -
YUV 134.6 112.43 147.54 -
System Red Green Blue C M Y K H S L
Decimal 162 126 107 0 0.22 0.34 0.36 20.73 0.23 0.53
Hex A2 7E 6B 0 16 22 24 15 17 35
Octal 242 176 153 0 26 42 44 25 27 65
Binary 10100010 1111110 1101011 0 10110 100010 100100 10101 10111 110101

Color Harmonies of #A27E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27E6B

Black with #A27E6B

Text Example


Text Example

White with #A27E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27E6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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