Html Css Color HEX #A28656 Teak

📋 copy color: '#A28656'

red 162 ◦ green 134 ◦ blue 86

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

Shades of Teak #A28656

Tints of Teak #A28656

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.08%

 BLUE value IS 86 (33.98% from 255) = 22.51%

R = 42.41%
G = 35.08%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.47

 K value IS 0.36

RGB Variations

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

Color information

#A28656 (or 0xA28656) is known color: Teak. HEX triplet: A2, 86 and 56. RGB value is (162,134,86). Sum of RGB (Red+Green+Blue) = 162+134+86=382 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.41% from 382); Green value is 134 (52.73% from 255 or 35.08% from 382); Blue value is 86 (33.98% from 255 or 22.51% from 382); Max value from RGB is 162 - color contains mainly: red. Hex color #A28656 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28656 is #5D79A9. Grayscale: #898989. Windows color (decimal): -6125994 or 5670562. OLE color: 5670562.

HSL color Cylindrical-coordinate representation of color #A28656: hue angle of 37.89º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A28656 is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 134 86 -
CMYK 0 0.17 0.47 0.36
HSL 37.89º 0.31% 0.49% -
HSV(B) 37.89º 0.47% 0.64% -
XYZ 25.11 25.4 12.38 -
YUV 136.9 99.28 145.9 -
System Red Green Blue C M Y K H S L
Decimal 162 134 86 0 0.17 0.47 0.36 37.89 0.31 0.49
Hex A2 86 56 0 11 2F 24 26 1F 31
Octal 242 206 126 0 21 57 44 46 37 61
Binary 10100010 10000110 1010110 0 10001 101111 100100 100110 11111 110001

Color Harmonies of #A28656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28656

Black with #A28656

Text Example


Text Example

White with #A28656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28656; }

 p { color: rgb(162,134,86); }

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

background-color css

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

 a { background-color: rgb(162,134,86); }

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

border-color css

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

 span { border-color: rgb(162,134,86); }

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