Html Css Color HEX #A08B54 Teak

📋 copy color: '#A08B54'

red 160 ◦ green 139 ◦ blue 84

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

Shades of Teak #A08B54

Tints of Teak #A08B54

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.29%

 BLUE value IS 84 (33.2% from 255) = 21.93%

R = 41.78%
G = 36.29%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.48

 K value IS 0.37

RGB Variations

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

Color information

#A08B54 (or 0xA08B54) is known color: Teak. HEX triplet: A0, 8B and 54. RGB value is (160,139,84). Sum of RGB (Red+Green+Blue) = 160+139+84=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 139 (54.69% from 255 or 36.29% from 383); Blue value is 84 (33.20% from 255 or 21.93% from 383); Max value from RGB is 160 - color contains mainly: red. Hex color #A08B54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08B54 is #5F74AB. Grayscale: #8B8B8B. Windows color (decimal): -6255788 or 5540768. OLE color: 5540768.

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

Color convert

RGB 160 139 84 -
CMYK 0 0.13 0.48 0.37
HSL 43.42º 0.31% 0.48% -
HSV(B) 43.42º 0.48% 0.63% -
XYZ 25.33 26.58 12.18 -
YUV 139.01 96.96 142.97 -
System Red Green Blue C M Y K H S L
Decimal 160 139 84 0 0.13 0.48 0.37 43.42 0.31 0.48
Hex A0 8B 54 0 D 30 25 2B 1F 30
Octal 240 213 124 0 15 60 45 53 37 60
Binary 10100000 10001011 1010100 0 1101 110000 100101 101011 11111 110000

Color Harmonies of #A08B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08B54

Black with #A08B54

Text Example


Text Example

White with #A08B54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08B54; }

 p { color: rgb(160,139,84); }

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

background-color css

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

 a { background-color: rgb(160,139,84); }

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

border-color css

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

 span { border-color: rgb(160,139,84); }

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