Html Css Color HEX #A09057 Teak

📋 copy color: '#A09057'

red 160 ◦ green 144 ◦ blue 87

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

Shades of Teak #A09057

Tints of Teak #A09057

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.83%

 BLUE value IS 87 (34.38% from 255) = 22.25%

R = 40.92%
G = 36.83%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.46

 K value IS 0.37

RGB Variations

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

Color information

#A09057 (or 0xA09057) is known color: Teak. HEX triplet: A0, 90 and 57. RGB value is (160,144,87). Sum of RGB (Red+Green+Blue) = 160+144+87=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 144 (56.64% from 255 or 36.83% from 391); Blue value is 87 (34.38% from 255 or 22.25% from 391); Max value from RGB is 160 - color contains mainly: red. Hex color #A09057 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09057 is #5F6FA8. Grayscale: #8E8E8E. Windows color (decimal): -6254505 or 5738656. OLE color: 5738656.

HSL color Cylindrical-coordinate representation of color #A09057: hue angle of 46.85º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A09057 is Cyan = 0, Magento = 0.1, Yellow = 0.46 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 144 87 -
CMYK 0 0.1 0.46 0.37
HSL 46.85º 0.3% 0.48% -
HSV(B) 46.85º 0.46% 0.63% -
XYZ 26.19 28.11 13.06 -
YUV 142.29 96.8 140.63 -
System Red Green Blue C M Y K H S L
Decimal 160 144 87 0 0.1 0.46 0.37 46.85 0.3 0.48
Hex A0 90 57 0 A 2E 25 2F 1E 30
Octal 240 220 127 0 12 56 45 57 36 60
Binary 10100000 10010000 1010111 0 1010 101110 100101 101111 11110 110000

Color Harmonies of #A09057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09057

Black with #A09057

Text Example


Text Example

White with #A09057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09057; }

 p { color: rgb(160,144,87); }

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

background-color css

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

 a { background-color: rgb(160,144,87); }

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

border-color css

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

 span { border-color: rgb(160,144,87); }

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