Html Css Color HEX #A27A63 Medium Wood

📋 copy color: '#A27A63'

red 162 ◦ green 122 ◦ blue 99

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

Shades of Medium Wood #A27A63

Tints of Medium Wood #A27A63

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.85%

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

R = 42.3%
G = 31.85%
B = 25.85%

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

#A27A63 (or 0xA27A63) is known color: Medium Wood. HEX triplet: A2, 7A and 63. RGB value is (162,122,99). Sum of RGB (Red+Green+Blue) = 162+122+99=383 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.30% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 99 (39.06% from 255 or 25.85% from 383); Max value from RGB is 162 - color contains mainly: red. Hex color #A27A63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27A63 is #5D859C. Grayscale: #838383. Windows color (decimal): -6129053 or 6519458. OLE color: 6519458.

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

Color convert

RGB 162 122 99 -
CMYK 0 0.25 0.39 0.36
HSL 21.9º 0.25% 0.51% -
HSV(B) 21.9º 0.39% 0.64% -
XYZ 24.11 22.5 14.88 -
YUV 131.34 109.75 149.87 -
System Red Green Blue C M Y K H S L
Decimal 162 122 99 0 0.25 0.39 0.36 21.9 0.25 0.51
Hex A2 7A 63 0 19 27 24 16 19 33
Octal 242 172 143 0 31 47 44 26 31 63
Binary 10100010 1111010 1100011 0 11001 100111 100100 10110 11001 110011

Color Harmonies of #A27A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27A63

Black with #A27A63

Text Example


Text Example

White with #A27A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27A63; }

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

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

background-color css

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

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

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

border-color css

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

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

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