Html Css Color HEX #A27F63 Medium Wood

📋 copy color: '#A27F63'

red 162 ◦ green 127 ◦ blue 99

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

Shades of Medium Wood #A27F63

Tints of Medium Wood #A27F63

RGB

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

 GREEN value IS 127 (50% from 255) = 32.73%

 BLUE value IS 99 (39.06% from 255) = 25.52%

R = 41.75%
G = 32.73%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#A27F63 (or 0xA27F63) is known color: Medium Wood. HEX triplet: A2, 7F and 63. RGB value is (162,127,99). Sum of RGB (Red+Green+Blue) = 162+127+99=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 127 (50% from 255 or 32.73% from 388); Blue value is 99 (39.06% from 255 or 25.52% from 388); Max value from RGB is 162 - color contains mainly: red. Hex color #A27F63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27F63 is #5D809C. Grayscale: #868686. Windows color (decimal): -6127773 or 6520738. OLE color: 6520738.

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

Color convert

RGB 162 127 99 -
CMYK 0 0.22 0.39 0.36
HSL 26.67º 0.25% 0.51% -
HSV(B) 26.67º 0.39% 0.64% -
XYZ 24.74 23.76 15.09 -
YUV 134.27 108.1 147.78 -
System Red Green Blue C M Y K H S L
Decimal 162 127 99 0 0.22 0.39 0.36 26.67 0.25 0.51
Hex A2 7F 63 0 16 27 24 1B 19 33
Octal 242 177 143 0 26 47 44 33 31 63
Binary 10100010 1111111 1100011 0 10110 100111 100100 11011 11001 110011

Color Harmonies of #A27F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27F63

Black with #A27F63

Text Example


Text Example

White with #A27F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27F63; }

 p { color: rgb(162,127,99); }

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

background-color css

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

 a { background-color: rgb(162,127,99); }

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

border-color css

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

 span { border-color: rgb(162,127,99); }

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