Html Css Color HEX #A88C59 Teak

📋 copy color: '#A88C59'

red 168 ◦ green 140 ◦ blue 89

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

Shades of Teak #A88C59

Tints of Teak #A88C59

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.26%

 BLUE value IS 89 (35.16% from 255) = 22.42%

R = 42.32%
G = 35.26%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.47

 K value IS 0.34

RGB Variations

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

Color information

#A88C59 (or 0xA88C59) is known color: Teak. HEX triplet: A8, 8C and 59. RGB value is (168,140,89). Sum of RGB (Red+Green+Blue) = 168+140+89=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 89 (35.16% from 255 or 22.42% from 397); Max value from RGB is 168 - color contains mainly: red. Hex color #A88C59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88C59 is #5773A6. Grayscale: #8E8E8E. Windows color (decimal): -5731239 or 5868712. OLE color: 5868712.

HSL color Cylindrical-coordinate representation of color #A88C59: hue angle of 38.73º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A88C59 is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 140 89 -
CMYK 0 0.17 0.47 0.34
HSL 38.73º 0.31% 0.5% -
HSV(B) 38.73º 0.47% 0.66% -
XYZ 27.33 27.8 13.38 -
YUV 142.56 97.78 146.15 -
System Red Green Blue C M Y K H S L
Decimal 168 140 89 0 0.17 0.47 0.34 38.73 0.31 0.5
Hex A8 8C 59 0 11 2F 22 27 1F 32
Octal 250 214 131 0 21 57 42 47 37 62
Binary 10101000 10001100 1011001 0 10001 101111 100010 100111 11111 110010

Color Harmonies of #A88C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88C59

Black with #A88C59

Text Example


Text Example

White with #A88C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88C59; }

 p { color: rgb(168,140,89); }

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

background-color css

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

 a { background-color: rgb(168,140,89); }

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

border-color css

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

 span { border-color: rgb(168,140,89); }

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