Html Css Color HEX #A8904E Teak

📋 copy color: '#A8904E'

red 168 ◦ green 144 ◦ blue 78

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

Shades of Teak #A8904E

Tints of Teak #A8904E

RGB

 RED value IS 168 (66.02% from 255) = 43.08%

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

 BLUE value IS 78 (30.86% from 255) = 20%

R = 43.08%
G = 36.92%
B = 20%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.54

 K value IS 0.34

RGB Variations

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

Color information

#A8904E (or 0xA8904E) is known color: Teak. HEX triplet: A8, 90 and 4E. RGB value is (168,144,78). Sum of RGB (Red+Green+Blue) = 168+144+78=390 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.08% from 390); Green value is 144 (56.64% from 255 or 36.92% from 390); Blue value is 78 (30.86% from 255 or 20% from 390); Max value from RGB is 168 - color contains mainly: red. Hex color #A8904E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8904E is #576FB1. Grayscale: #8F8F8F. Windows color (decimal): -5730226 or 5148840. OLE color: 5148840.

HSL color Cylindrical-coordinate representation of color #A8904E: hue angle of 44º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A8904E is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 144 78 -
CMYK 0 0.14 0.54 0.34
HSL 44º 0.37% 0.48% -
HSV(B) 44º 0.54% 0.66% -
XYZ 27.5 28.82 11.32 -
YUV 143.65 90.95 145.37 -
System Red Green Blue C M Y K H S L
Decimal 168 144 78 0 0.14 0.54 0.34 44 0.37 0.48
Hex A8 90 4E 0 E 36 22 2C 25 30
Octal 250 220 116 0 16 66 42 54 45 60
Binary 10101000 10010000 1001110 0 1110 110110 100010 101100 100101 110000

Color Harmonies of #A8904E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8904E

Black with #A8904E

Text Example


Text Example

White with #A8904E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8904E; }

 p { color: rgb(168,144,78); }

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

background-color css

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

 a { background-color: rgb(168,144,78); }

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

border-color css

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

 span { border-color: rgb(168,144,78); }

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