Html Css Color HEX #A28C60 Teak

📋 copy color: '#A28C60'

red 162 ◦ green 140 ◦ blue 96

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

Shades of Teak #A28C60

Tints of Teak #A28C60

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.18%

 BLUE value IS 96 (37.89% from 255) = 24.12%

R = 40.7%
G = 35.18%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A28C60 (or 0xA28C60) is known color: Teak. HEX triplet: A2, 8C and 60. RGB value is (162,140,96). Sum of RGB (Red+Green+Blue) = 162+140+96=398 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.70% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 96 (37.89% from 255 or 24.12% from 398); Max value from RGB is 162 - color contains mainly: red. Hex color #A28C60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28C60 is #5D739F. Grayscale: #8D8D8D. Windows color (decimal): -6124448 or 6327458. OLE color: 6327458.

HSL color Cylindrical-coordinate representation of color #A28C60: hue angle of 40º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A28C60 is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 140 96 -
CMYK 0 0.14 0.41 0.36
HSL 40º 0.26% 0.51% -
HSV(B) 40º 0.41% 0.64% -
XYZ 26.39 27.28 14.94 -
YUV 141.56 102.29 142.58 -
System Red Green Blue C M Y K H S L
Decimal 162 140 96 0 0.14 0.41 0.36 40 0.26 0.51
Hex A2 8C 60 0 E 29 24 28 1A 33
Octal 242 214 140 0 16 51 44 50 32 63
Binary 10100010 10001100 1100000 0 1110 101001 100100 101000 11010 110011

Color Harmonies of #A28C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28C60

Black with #A28C60

Text Example


Text Example

White with #A28C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28C60; }

 p { color: rgb(162,140,96); }

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

background-color css

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

 a { background-color: rgb(162,140,96); }

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

border-color css

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

 span { border-color: rgb(162,140,96); }

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