Html Css Color HEX #A27E65 Medium Wood

📋 copy color: '#A27E65'

red 162 ◦ green 126 ◦ blue 101

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

Shades of Medium Wood #A27E65

Tints of Medium Wood #A27E65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.96%

R = 41.65%
G = 32.39%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A27E65 (or 0xA27E65) is known color: Medium Wood. HEX triplet: A2, 7E and 65. RGB value is (162,126,101). Sum of RGB (Red+Green+Blue) = 162+126+101=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 126 (49.61% from 255 or 32.39% from 389); Blue value is 101 (39.84% from 255 or 25.96% from 389); Max value from RGB is 162 - color contains mainly: red. Hex color #A27E65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27E65 is #5D819A. Grayscale: #868686. Windows color (decimal): -6128027 or 6651554. OLE color: 6651554.

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

Color convert

RGB 162 126 101 -
CMYK 0 0.22 0.38 0.36
HSL 24.59º 0.25% 0.52% -
HSV(B) 24.59º 0.38% 0.64% -
XYZ 24.71 23.54 15.55 -
YUV 133.91 109.43 148.03 -
System Red Green Blue C M Y K H S L
Decimal 162 126 101 0 0.22 0.38 0.36 24.59 0.25 0.52
Hex A2 7E 65 0 16 26 24 19 19 34
Octal 242 176 145 0 26 46 44 31 31 64
Binary 10100010 1111110 1100101 0 10110 100110 100100 11001 11001 110100

Color Harmonies of #A27E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27E65

Black with #A27E65

Text Example


Text Example

White with #A27E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27E65; }

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

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

background-color css

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

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

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

border-color css

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

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

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