Html Css Color HEX #A08C60 Teak

📋 copy color: '#A08C60'

red 160 ◦ green 140 ◦ blue 96

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

Shades of Teak #A08C60

Tints of Teak #A08C60

RGB

 RED value IS 160 (62.89% from 255) = 40.4%

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

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

R = 40.4%
G = 35.35%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.4

 K value IS 0.37

RGB Variations

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

Color information

#A08C60 (or 0xA08C60) is known color: Teak. HEX triplet: A0, 8C and 60. RGB value is (160,140,96). Sum of RGB (Red+Green+Blue) = 160+140+96=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 140 (55.08% from 255 or 35.35% from 396); Blue value is 96 (37.89% from 255 or 24.24% from 396); Max value from RGB is 160 - color contains mainly: red. Hex color #A08C60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08C60 is #5F739F. Grayscale: #8D8D8D. Windows color (decimal): -6255520 or 6327456. OLE color: 6327456.

HSL color Cylindrical-coordinate representation of color #A08C60: hue angle of 41.25º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A08C60 is Cyan = 0, Magento = 0.12, Yellow = 0.4 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 140 96 -
CMYK 0 0.12 0.4 0.37
HSL 41.25º 0.25% 0.5% -
HSV(B) 41.25º 0.4% 0.63% -
XYZ 25.99 27.07 14.92 -
YUV 140.96 102.63 141.58 -
System Red Green Blue C M Y K H S L
Decimal 160 140 96 0 0.12 0.4 0.37 41.25 0.25 0.5
Hex A0 8C 60 0 C 28 25 29 19 32
Octal 240 214 140 0 14 50 45 51 31 62
Binary 10100000 10001100 1100000 0 1100 101000 100101 101001 11001 110010

Color Harmonies of #A08C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08C60

Black with #A08C60

Text Example


Text Example

White with #A08C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08C60; }

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

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

background-color css

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

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

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

border-color css

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

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

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