Html Css Color HEX #A88B56 Teak

📋 copy color: '#A88B56'

red 168 ◦ green 139 ◦ blue 86

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

Shades of Teak #A88B56

Tints of Teak #A88B56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 21.88%

R = 42.75%
G = 35.37%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.49

 K value IS 0.34

RGB Variations

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

Color information

#A88B56 (or 0xA88B56) is known color: Teak. HEX triplet: A8, 8B and 56. RGB value is (168,139,86). Sum of RGB (Red+Green+Blue) = 168+139+86=393 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.75% from 393); Green value is 139 (54.69% from 255 or 35.37% from 393); Blue value is 86 (33.98% from 255 or 21.88% from 393); Max value from RGB is 168 - color contains mainly: red. Hex color #A88B56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88B56 is #5774A9. Grayscale: #8D8D8D. Windows color (decimal): -5731498 or 5671848. OLE color: 5671848.

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

Color convert

RGB 168 139 86 -
CMYK 0 0.17 0.49 0.34
HSL 38.78º 0.32% 0.5% -
HSV(B) 38.78º 0.49% 0.66% -
XYZ 27.06 27.46 12.68 -
YUV 141.63 96.61 146.81 -
System Red Green Blue C M Y K H S L
Decimal 168 139 86 0 0.17 0.49 0.34 38.78 0.32 0.5
Hex A8 8B 56 0 11 31 22 27 20 32
Octal 250 213 126 0 21 61 42 47 40 62
Binary 10101000 10001011 1010110 0 10001 110001 100010 100111 100000 110010

Color Harmonies of #A88B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88B56

Black with #A88B56

Text Example


Text Example

White with #A88B56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88B56; }

 p { color: rgb(168,139,86); }

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

background-color css

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

 a { background-color: rgb(168,139,86); }

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

border-color css

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

 span { border-color: rgb(168,139,86); }

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