Html Css Color HEX #A27963 Medium Wood

📋 copy color: '#A27963'

red 162 ◦ green 121 ◦ blue 99

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

Shades of Medium Wood #A27963

Tints of Medium Wood #A27963

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.68%

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

R = 42.41%
G = 31.68%
B = 25.92%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#A27963 (or 0xA27963) is known color: Medium Wood. HEX triplet: A2, 79 and 63. RGB value is (162,121,99). Sum of RGB (Red+Green+Blue) = 162+121+99=382 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.41% from 382); Green value is 121 (47.66% from 255 or 31.68% from 382); Blue value is 99 (39.06% from 255 or 25.92% from 382); Max value from RGB is 162 - color contains mainly: red. Hex color #A27963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27963 is #5D869C. Grayscale: #828282. Windows color (decimal): -6129309 or 6519202. OLE color: 6519202.

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

Color convert

RGB 162 121 99 -
CMYK 0 0.25 0.39 0.36
HSL 20.95º 0.25% 0.51% -
HSV(B) 20.95º 0.39% 0.64% -
XYZ 23.99 22.26 14.84 -
YUV 130.75 110.08 150.29 -
System Red Green Blue C M Y K H S L
Decimal 162 121 99 0 0.25 0.39 0.36 20.95 0.25 0.51
Hex A2 79 63 0 19 27 24 15 19 33
Octal 242 171 143 0 31 47 44 25 31 63
Binary 10100010 1111001 1100011 0 11001 100111 100100 10101 11001 110011

Color Harmonies of #A27963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27963

Black with #A27963

Text Example


Text Example

White with #A27963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27963; }

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

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

background-color css

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

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

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

border-color css

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

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

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