Html Css Color HEX #A08A5A Teak

📋 copy color: '#A08A5A'

red 160 ◦ green 138 ◦ blue 90

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

Shades of Teak #A08A5A

Tints of Teak #A08A5A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.57%

 BLUE value IS 90 (35.55% from 255) = 23.2%

R = 41.24%
G = 35.57%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.44

 K value IS 0.37

RGB Variations

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

Color information

#A08A5A (or 0xA08A5A) is known color: Teak. HEX triplet: A0, 8A and 5A. RGB value is (160,138,90). Sum of RGB (Red+Green+Blue) = 160+138+90=388 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.24% from 388); Green value is 138 (54.30% from 255 or 35.57% from 388); Blue value is 90 (35.55% from 255 or 23.20% from 388); Max value from RGB is 160 - color contains mainly: red. Hex color #A08A5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08A5A is #5F75A5. Grayscale: #8B8B8B. Windows color (decimal): -6256038 or 5933728. OLE color: 5933728.

HSL color Cylindrical-coordinate representation of color #A08A5A: hue angle of 41.14º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A08A5A is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 138 90 -
CMYK 0 0.14 0.44 0.37
HSL 41.14º 0.28% 0.49% -
HSV(B) 41.14º 0.44% 0.63% -
XYZ 25.43 26.39 13.43 -
YUV 139.11 100.29 142.9 -
System Red Green Blue C M Y K H S L
Decimal 160 138 90 0 0.14 0.44 0.37 41.14 0.28 0.49
Hex A0 8A 5A 0 E 2C 25 29 1C 31
Octal 240 212 132 0 16 54 45 51 34 61
Binary 10100000 10001010 1011010 0 1110 101100 100101 101001 11100 110001

Color Harmonies of #A08A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08A5A

Black with #A08A5A

Text Example


Text Example

White with #A08A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08A5A; }

 p { color: rgb(160,138,90); }

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

background-color css

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

 a { background-color: rgb(160,138,90); }

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

border-color css

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

 span { border-color: rgb(160,138,90); }

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