Html Css Color HEX #A27F6B Medium Wood

📋 copy color: '#A27F6B'

red 162 ◦ green 127 ◦ blue 107

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

Shades of Medium Wood #A27F6B

Tints of Medium Wood #A27F6B

RGB

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

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

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

R = 40.91%
G = 32.07%
B = 27.02%

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

#A27F6B (or 0xA27F6B) is known color: Medium Wood. HEX triplet: A2, 7F and 6B. RGB value is (162,127,107). Sum of RGB (Red+Green+Blue) = 162+127+107=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 127 (50% from 255 or 32.07% from 396); Blue value is 107 (42.19% from 255 or 27.02% from 396); Max value from RGB is 162 - color contains mainly: red. Hex color #A27F6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27F6B is #5D8094. Grayscale: #878787. Windows color (decimal): -6127765 or 7045026. OLE color: 7045026.

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

Color convert

RGB 162 127 107 -
CMYK 0 0.22 0.34 0.36
HSL 21.82º 0.23% 0.53% -
HSV(B) 21.82º 0.34% 0.64% -
XYZ 25.14 23.92 17.2 -
YUV 135.19 112.1 147.13 -
System Red Green Blue C M Y K H S L
Decimal 162 127 107 0 0.22 0.34 0.36 21.82 0.23 0.53
Hex A2 7F 6B 0 16 22 24 16 17 35
Octal 242 177 153 0 26 42 44 26 27 65
Binary 10100010 1111111 1101011 0 10110 100010 100100 10110 10111 110101

Color Harmonies of #A27F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27F6B

Black with #A27F6B

Text Example


Text Example

White with #A27F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27F6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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