Html Css Color HEX #A08954 Teak

📋 copy color: '#A08954'

red 160 ◦ green 137 ◦ blue 84

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

Shades of Teak #A08954

Tints of Teak #A08954

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.96%

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

R = 41.99%
G = 35.96%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.48

 K value IS 0.37

RGB Variations

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

Color information

#A08954 (or 0xA08954) is known color: Teak. HEX triplet: A0, 89 and 54. RGB value is (160,137,84). Sum of RGB (Red+Green+Blue) = 160+137+84=381 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.99% from 381); Green value is 137 (53.91% from 255 or 35.96% from 381); Blue value is 84 (33.20% from 255 or 22.05% from 381); Max value from RGB is 160 - color contains mainly: red. Hex color #A08954 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08954 is #5F76AB. Grayscale: #8A8A8A. Windows color (decimal): -6256300 or 5540256. OLE color: 5540256.

HSL color Cylindrical-coordinate representation of color #A08954: hue angle of 41.84º 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 #A08954 is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 137 84 -
CMYK 0 0.14 0.48 0.37
HSL 41.84º 0.31% 0.48% -
HSV(B) 41.84º 0.48% 0.63% -
XYZ 25.04 26.01 12.09 -
YUV 137.84 97.62 143.81 -
System Red Green Blue C M Y K H S L
Decimal 160 137 84 0 0.14 0.48 0.37 41.84 0.31 0.48
Hex A0 89 54 0 E 30 25 2A 1F 30
Octal 240 211 124 0 16 60 45 52 37 60
Binary 10100000 10001001 1010100 0 1110 110000 100101 101010 11111 110000

Color Harmonies of #A08954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08954

Black with #A08954

Text Example


Text Example

White with #A08954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08954; }

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

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

background-color css

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

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

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

border-color css

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

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

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