Html Css Color HEX #A88B5C Teak

📋 copy color: '#A88B5C'

red 168 ◦ green 139 ◦ blue 92

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

Shades of Teak #A88B5C

Tints of Teak #A88B5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.06%

R = 42.11%
G = 34.84%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#A88B5C (or 0xA88B5C) is known color: Teak. HEX triplet: A8, 8B and 5C. RGB value is (168,139,92). Sum of RGB (Red+Green+Blue) = 168+139+92=399 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.11% from 399); Green value is 139 (54.69% from 255 or 34.84% from 399); Blue value is 92 (36.33% from 255 or 23.06% from 399); Max value from RGB is 168 - color contains mainly: red. Hex color #A88B5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88B5C is #5774A3. Grayscale: #8E8E8E. Windows color (decimal): -5731492 or 6065064. OLE color: 6065064.

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

Color convert

RGB 168 139 92 -
CMYK 0 0.17 0.45 0.34
HSL 37.11º 0.3% 0.51% -
HSV(B) 37.11º 0.45% 0.66% -
XYZ 27.31 27.56 14.01 -
YUV 142.31 99.61 146.32 -
System Red Green Blue C M Y K H S L
Decimal 168 139 92 0 0.17 0.45 0.34 37.11 0.3 0.51
Hex A8 8B 5C 0 11 2D 22 25 1E 33
Octal 250 213 134 0 21 55 42 45 36 63
Binary 10101000 10001011 1011100 0 10001 101101 100010 100101 11110 110011

Color Harmonies of #A88B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88B5C

Black with #A88B5C

Text Example


Text Example

White with #A88B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88B5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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