Html Css Color HEX #A88B57 Teak

📋 copy color: '#A88B57'

red 168 ◦ green 139 ◦ blue 87

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

Shades of Teak #A88B57

Tints of Teak #A88B57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 22.08%

R = 42.64%
G = 35.28%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.48

 K value IS 0.34

RGB Variations

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

Color information

#A88B57 (or 0xA88B57) is known color: Teak. HEX triplet: A8, 8B and 57. RGB value is (168,139,87). Sum of RGB (Red+Green+Blue) = 168+139+87=394 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.64% from 394); Green value is 139 (54.69% from 255 or 35.28% from 394); Blue value is 87 (34.38% from 255 or 22.08% from 394); Max value from RGB is 168 - color contains mainly: red. Hex color #A88B57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88B57 is #5774A8. Grayscale: #8D8D8D. Windows color (decimal): -5731497 or 5737384. OLE color: 5737384.

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

Color convert

RGB 168 139 87 -
CMYK 0 0.17 0.48 0.34
HSL 38.52º 0.32% 0.5% -
HSV(B) 38.52º 0.48% 0.66% -
XYZ 27.1 27.48 12.89 -
YUV 141.74 97.11 146.73 -
System Red Green Blue C M Y K H S L
Decimal 168 139 87 0 0.17 0.48 0.34 38.52 0.32 0.5
Hex A8 8B 57 0 11 30 22 27 20 32
Octal 250 213 127 0 21 60 42 47 40 62
Binary 10101000 10001011 1010111 0 10001 110000 100010 100111 100000 110010

Color Harmonies of #A88B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88B57

Black with #A88B57

Text Example


Text Example

White with #A88B57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88B57; }

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

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

background-color css

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

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

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

border-color css

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

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

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