Html Css Color HEX #A28068 Medium Wood

📋 copy color: '#A28068'

red 162 ◦ green 128 ◦ blue 104

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

Shades of Medium Wood #A28068

Tints of Medium Wood #A28068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 26.4%

R = 41.12%
G = 32.49%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#A28068 (or 0xA28068) is known color: Medium Wood. HEX triplet: A2, 80 and 68. RGB value is (162,128,104). Sum of RGB (Red+Green+Blue) = 162+128+104=394 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.12% from 394); Green value is 128 (50.39% from 255 or 32.49% from 394); Blue value is 104 (41.02% from 255 or 26.40% from 394); Max value from RGB is 162 - color contains mainly: red. Hex color #A28068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28068 is #5D7F97. Grayscale: #878787. Windows color (decimal): -6127512 or 6848674. OLE color: 6848674.

HSL color Cylindrical-coordinate representation of color #A28068: hue angle of 24.83º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A28068 is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 128 104 -
CMYK 0 0.21 0.36 0.36
HSL 24.83º 0.24% 0.52% -
HSV(B) 24.83º 0.36% 0.64% -
XYZ 25.12 24.12 16.43 -
YUV 135.43 110.26 146.95 -
System Red Green Blue C M Y K H S L
Decimal 162 128 104 0 0.21 0.36 0.36 24.83 0.24 0.52
Hex A2 80 68 0 15 24 24 19 18 34
Octal 242 200 150 0 25 44 44 31 30 64
Binary 10100010 10000000 1101000 0 10101 100100 100100 11001 11000 110100

Color Harmonies of #A28068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28068

Black with #A28068

Text Example


Text Example

White with #A28068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28068; }

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

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

background-color css

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

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

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

border-color css

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

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

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