Html Css Color HEX #A08A51 Teak

📋 copy color: '#A08A51'

red 160 ◦ green 138 ◦ blue 81

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

Shades of Teak #A08A51

Tints of Teak #A08A51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 21.37%

R = 42.22%
G = 36.41%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.37

RGB Variations

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

Color information

#A08A51 (or 0xA08A51) is known color: Teak. HEX triplet: A0, 8A and 51. RGB value is (160,138,81). Sum of RGB (Red+Green+Blue) = 160+138+81=379 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.22% from 379); Green value is 138 (54.30% from 255 or 36.41% from 379); Blue value is 81 (32.03% from 255 or 21.37% from 379); Max value from RGB is 160 - color contains mainly: red. Hex color #A08A51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08A51 is #5F75AE. Grayscale: #8A8A8A. Windows color (decimal): -6256047 or 5343904. OLE color: 5343904.

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

Color convert

RGB 160 138 81 -
CMYK 0 0.14 0.49 0.37
HSL 43.29º 0.33% 0.47% -
HSV(B) 43.29º 0.49% 0.63% -
XYZ 25.07 26.24 11.53 -
YUV 138.08 95.79 143.63 -
System Red Green Blue C M Y K H S L
Decimal 160 138 81 0 0.14 0.49 0.37 43.29 0.33 0.47
Hex A0 8A 51 0 E 31 25 2B 21 2F
Octal 240 212 121 0 16 61 45 53 41 57
Binary 10100000 10001010 1010001 0 1110 110001 100101 101011 100001 101111

Color Harmonies of #A08A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08A51

Black with #A08A51

Text Example


Text Example

White with #A08A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08A51; }

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

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

background-color css

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

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

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

border-color css

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

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

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