Html Css Color HEX #A28268 Medium Wood

📋 copy color: '#A28268'

red 162 ◦ green 130 ◦ blue 104

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

Shades of Medium Wood #A28268

Tints of Medium Wood #A28268

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.83%

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

R = 40.91%
G = 32.83%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#A28268 (or 0xA28268) is known color: Medium Wood. HEX triplet: A2, 82 and 68. RGB value is (162,130,104). Sum of RGB (Red+Green+Blue) = 162+130+104=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 130 (51.17% from 255 or 32.83% from 396); Blue value is 104 (41.02% from 255 or 26.26% from 396); Max value from RGB is 162 - color contains mainly: red. Hex color #A28268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28268 is #5D7D97. Grayscale: #888888. Windows color (decimal): -6127000 or 6849186. OLE color: 6849186.

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

Color convert

RGB 162 130 104 -
CMYK 0 0.20 0.36 0.36
HSL 26.9º 0.24% 0.52% -
HSV(B) 26.9º 0.36% 0.64% -
XYZ 25.38 24.65 16.52 -
YUV 136.6 109.6 146.11 -
System Red Green Blue C M Y K H S L
Decimal 162 130 104 0 0.20 0.36 0.36 26.9 0.24 0.52
Hex A2 82 68 0 14 24 24 1B 18 34
Octal 242 202 150 0 24 44 44 33 30 64
Binary 10100010 10000010 1101000 0 10100 100100 100100 11011 11000 110100

Color Harmonies of #A28268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28268

Black with #A28268

Text Example


Text Example

White with #A28268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28268; }

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

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

background-color css

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

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

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

border-color css

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

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

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