Html Css Color HEX #A88D5E Teak

📋 copy color: '#A88D5E'

red 168 ◦ green 141 ◦ blue 94

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

Shades of Teak #A88D5E

Tints of Teak #A88D5E

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.99%

 BLUE value IS 94 (37.11% from 255) = 23.33%

R = 41.69%
G = 34.99%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.44

 K value IS 0.34

RGB Variations

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

Color information

#A88D5E (or 0xA88D5E) is known color: Teak. HEX triplet: A8, 8D and 5E. RGB value is (168,141,94). Sum of RGB (Red+Green+Blue) = 168+141+94=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 141 (55.47% from 255 or 34.99% from 403); Blue value is 94 (37.11% from 255 or 23.33% from 403); Max value from RGB is 168 - color contains mainly: red. Hex color #A88D5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88D5E is #5772A1. Grayscale: #8F8F8F. Windows color (decimal): -5730978 or 6196648. OLE color: 6196648.

HSL color Cylindrical-coordinate representation of color #A88D5E: hue angle of 38.11º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A88D5E is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 141 94 -
CMYK 0 0.16 0.44 0.34
HSL 38.11º 0.3% 0.51% -
HSV(B) 38.11º 0.44% 0.66% -
XYZ 27.69 28.18 14.57 -
YUV 143.72 99.95 145.32 -
System Red Green Blue C M Y K H S L
Decimal 168 141 94 0 0.16 0.44 0.34 38.11 0.3 0.51
Hex A8 8D 5E 0 10 2C 22 26 1E 33
Octal 250 215 136 0 20 54 42 46 36 63
Binary 10101000 10001101 1011110 0 10000 101100 100010 100110 11110 110011

Color Harmonies of #A88D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88D5E

Black with #A88D5E

Text Example


Text Example

White with #A88D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88D5E; }

 p { color: rgb(168,141,94); }

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

background-color css

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

 a { background-color: rgb(168,141,94); }

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

border-color css

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

 span { border-color: rgb(168,141,94); }

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