Html Css Color HEX #A28063 Medium Wood

📋 copy color: '#A28063'

red 162 ◦ green 128 ◦ blue 99

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

Shades of Medium Wood #A28063

Tints of Medium Wood #A28063

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.9%

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

R = 41.65%
G = 32.9%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#A28063 (or 0xA28063) is known color: Medium Wood. HEX triplet: A2, 80 and 63. RGB value is (162,128,99). Sum of RGB (Red+Green+Blue) = 162+128+99=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 99 (39.06% from 255 or 25.45% from 389); Max value from RGB is 162 - color contains mainly: red. Hex color #A28063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28063 is #5D7F9C. Grayscale: #878787. Windows color (decimal): -6127517 or 6520994. OLE color: 6520994.

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

Color convert

RGB 162 128 99 -
CMYK 0 0.21 0.39 0.36
HSL 27.62º 0.25% 0.51% -
HSV(B) 27.62º 0.39% 0.64% -
XYZ 24.87 24.02 15.13 -
YUV 134.86 107.76 147.36 -
System Red Green Blue C M Y K H S L
Decimal 162 128 99 0 0.21 0.39 0.36 27.62 0.25 0.51
Hex A2 80 63 0 15 27 24 1C 19 33
Octal 242 200 143 0 25 47 44 34 31 63
Binary 10100010 10000000 1100011 0 10101 100111 100100 11100 11001 110011

Color Harmonies of #A28063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28063

Black with #A28063

Text Example


Text Example

White with #A28063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28063; }

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

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

background-color css

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

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

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

border-color css

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

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

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